Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2219 TypeInfo getTypeInfoImpl(const Type *T) const;
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp1748 Align = getTypeInfoImpl(T.getTypePtr()).Align; in getDeclAlign()
1945 TypeInfo TI = getTypeInfoImpl(T); in getTypeInfo()
1956 TypeInfo ASTContext::getTypeInfoImpl(const Type *T) const { in getTypeInfoImpl() function in ASTContext