Home
last modified time | relevance | path

Searched defs:classofKind (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
DDecl.h92 static bool classofKind(Kind K) { return K == TranslationUnit; } in classofKind() function
260 static bool classofKind(Kind K) { return K >= firstNamed && K <= lastNamed; } in classofKind() function
305 static bool classofKind(Kind K) { return K == Label; } in classofKind() function
430 static bool classofKind(Kind K) { return K == Namespace; } in classofKind() function
463 static bool classofKind(Kind K) { return K >= firstValue && K <= lastValue; } in classofKind() function
583 static bool classofKind(Kind K) { in classofKind() function
1133 static bool classofKind(Kind K) { return K >= firstVar && K <= lastVar; } in classofKind() function
1154 static bool classofKind(Kind K) { return K == ImplicitParam; } in classofKind() function
1322 static bool classofKind(Kind K) { return K == ParmVar; } in classofKind() function
2010 static bool classofKind(Kind K) { in classofKind() function
[all …]
DDeclObjC.h470 static bool classofKind(Kind K) { return K == ObjCMethod; } in classofKind() function
578 static bool classofKind(Kind K) { in classofKind() function
1200 static bool classofKind(Kind K) { return K == ObjCInterface; } in classofKind() function
1272 static bool classofKind(Kind K) { return K == ObjCIvar; } in classofKind() function
1304 static bool classofKind(Kind K) { return K == ObjCAtDefsField; } in classofKind() function
1505 static bool classofKind(Kind K) { return K == ObjCProtocol; } in classofKind() function
1634 static bool classofKind(Kind K) { return K == ObjCCategory; } in classofKind() function
1686 static bool classofKind(Kind K) { in classofKind() function
1762 static bool classofKind(Kind K) { return K == ObjCCategoryImpl;} in classofKind() function
1916 static bool classofKind(Kind K) { return K == ObjCImplementation; } in classofKind() function
[all …]
DDeclFriend.h165 static bool classofKind(Kind K) { return K == Decl::Friend; } in classofKind() function
DDeclTemplate.h258 static bool classofKind(Kind K) { in classofKind() function
719 static bool classofKind(Kind K) { in classofKind() function
DDeclBase.h855 static bool classofKind(Kind K) { return true; } in classofKind() function