Searched defs:isType (Results 1 – 4 of 4) sorted by relevance
186 bool isType() const { return IsType; } in isType() function
111 inline bool isType(Tag T) { in isType() function
648 bool isType, void *TyOrExpr, SourceLocation RParenLoc) { in ActOnCXXTypeid()788 bool isType, void *TyOrExpr, SourceLocation RParenLoc) { in ActOnCXXUuidof()
1125 static bool isType(const Metadata *MD) { return !MD || isa<DIType>(MD); } in isType() function