Searched defs:IsType (Results 1 – 6 of 6) sorted by relevance
152 unsigned IsType : 1; member
1152 bool ResultBuilder::IsType(const NamedDecl *ND) const { in IsType() function in ResultBuilder
78 bool IsType = isa<TypeDecl>(ND) || isa<ObjCInterfaceDecl>(ND); in ValidateCandidate() local
3767 UnaryExprOrTypeTrait ExprKind, bool IsType, in ActOnUnaryExprOrTypeTraitExpr()
154 bool IsType; variable
203 unsigned IsType : 1; // true if operand is a type, false if an expression. variable