Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h2030 TypeInfo getTypeInfoImpl(const Type *T) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp1595 Align = getTypeInfoImpl(T.getTypePtr()).Align; in getDeclAlign()
1743 TypeInfo TI = getTypeInfoImpl(T); in getTypeInfo()
1754 TypeInfo ASTContext::getTypeInfoImpl(const Type *T) const { in getTypeInfoImpl() function in ASTContext