Searched defs:getTypeInfo (Results 1 – 3 of 3) sorted by relevance
78 const void *getTypeInfo() const { return PassID; } in getTypeInfo() function
1641 TypeInfo getTypeInfo(QualType T) const { return getTypeInfo(T.getTypePtr()); } in getTypeInfo() function
1429 TypeInfo ASTContext::getTypeInfo(const Type *T) const { in getTypeInfo() function in ASTContext