Searched refs:getTypeInfoImpl (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DASTContext.h1773 TypeInfo getTypeInfoImpl(const Type *T) const;
/external/clang/lib/AST/
H A DASTContext.cpp1513 TypeInfo TI = getTypeInfoImpl(T);
1518 /// getTypeInfoImpl - Return the size of the specified type, in bits. This
1524 TypeInfo ASTContext::getTypeInfoImpl(const Type *T) const { function in class:ASTContext

Completed in 139 milliseconds