Home
last modified time | relevance | path

Searched defs:getTypeInfo (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/
H A DPassInfo.h78 const void *getTypeInfo() const { return PassID; } in getTypeInfo() function
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1641 TypeInfo getTypeInfo(QualType T) const { return getTypeInfo(T.getTypePtr()); } in getTypeInfo() function
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1429 TypeInfo ASTContext::getTypeInfo(const Type *T) const { in getTypeInfo() function in ASTContext