Searched defs:IsType (Results 1 – 9 of 9) sorted by relevance
72 IsType, // A logical type. enumerator
182 bool IsType; variable
212 raw_string_ostream &OS, bool IsType, bool IsID) { in printStringOrID()
835 bool IsType = true; in visitKnownRecord() local
60 unsigned IsType : 1; member
453 unsigned IsType : 1; // true if operand is a type, false if an expression. variable
1551 bool ResultBuilder::IsType(const NamedDecl *ND) const { in IsType() function in ResultBuilder
90 bool IsType = isa<TypeDecl>(ND) || isa<ObjCInterfaceDecl>(ND); in ValidateCandidate() local
4692 UnaryExprOrTypeTrait ExprKind, bool IsType, in ActOnUnaryExprOrTypeTraitExpr()