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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1753 TypeInfo getTypeInfoImpl(const Type *T) const;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp1516 TypeInfo TI = getTypeInfoImpl(T);
1521 /// getTypeInfoImpl - Return the size of the specified type, in bits. This
1527 TypeInfo ASTContext::getTypeInfoImpl(const Type *T) const { function in class:ASTContext

Completed in 167 milliseconds