Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1607 TypeInfo getTypeInfoImpl(const Type *T) const;
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1435 TypeInfo TI = getTypeInfoImpl(T); in getTypeInfo()
1446 TypeInfo ASTContext::getTypeInfoImpl(const Type *T) const { in getTypeInfoImpl() function in ASTContext