Searched defs:IsType (Results 1 – 9 of 9) sorted by relevance
97 def IsType(self, token_type): member in Token
152 unsigned IsType : 1; member
1151 bool ResultBuilder::IsType(const NamedDecl *ND) const { in IsType() function in ResultBuilder
79 bool IsType = isa<TypeDecl>(ND) || isa<ObjCInterfaceDecl>(ND); in ValidateCandidate() local
3817 UnaryExprOrTypeTrait ExprKind, bool IsType, in ActOnUnaryExprOrTypeTraitExpr()
51 virtual FX_BOOL IsType(FX_LPCSTR sClassName){return TRUE;}; in IsType() function
155 bool IsType; variable
203 unsigned IsType : 1; // true if operand is a type, false if an expression. in LLVM_ALIGNAS() local
263 inline bool IsType() const { in IsType() function