HomeSort by: relevance | last modified time | path
    Searched refs:getTypeInfoImpl (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 2110 TypeInfo getTypeInfoImpl(const Type *T) const;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 1742 Align = getTypeInfoImpl(T.getTypePtr()).Align;
1902 TypeInfo TI = getTypeInfoImpl(T);
1907 /// getTypeInfoImpl - Return the size of the specified type, in bits. This
1913 TypeInfo ASTContext::getTypeInfoImpl(const Type *T) const {

Completed in 47 milliseconds