Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2510 TypeInfo getTypeInfoImpl(const Type *T) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1856 Align = getTypeInfoImpl(T.getTypePtr()).Align; in getDeclAlign()
2056 TypeInfo TI = getTypeInfoImpl(T); in getTypeInfo()
2067 TypeInfo ASTContext::getTypeInfoImpl(const Type *T) const { in getTypeInfoImpl() function in ASTContext