Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h2240 TypeInfo getTypeInfoImpl(const Type *T) const;
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp1775 Align = getTypeInfoImpl(T.getTypePtr()).Align; in getDeclAlign()
1934 TypeInfo TI = getTypeInfoImpl(T); in getTypeInfo()
1945 TypeInfo ASTContext::getTypeInfoImpl(const Type *T) const { in getTypeInfoImpl() function in ASTContext