Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclOpenMP.h89 static bool classofKind(Kind K) { return K == OMPThreadPrivate; } in classofKind() function
154 static bool classofKind(Kind K) { return K == OMPDeclareReduction; } in classofKind() function
190 static bool classofKind(Kind K) { return K == OMPCapturedExpr; } in classofKind() function
DDecl.h98 static bool classofKind(Kind K) { return K == TranslationUnit; } in classofKind() function
138 static bool classofKind(Kind K) { return K == PragmaComment; } in classofKind() function
171 static bool classofKind(Kind K) { return K == PragmaDetectMismatch; } in classofKind() function
202 static bool classofKind(Kind K) { return K == ExternCContext; } in classofKind() function
411 static bool classofKind(Kind K) { return K >= firstNamed && K <= lastNamed; } in classofKind() function
467 static bool classofKind(Kind K) { return K == Label; } in classofKind() function
575 static bool classofKind(Kind K) { return K == Namespace; } in classofKind() function
608 static bool classofKind(Kind K) { return K >= firstValue && K <= lastValue; } in classofKind() function
728 static bool classofKind(Kind K) { in classofKind() function
1352 static bool classofKind(Kind K) { return K >= firstVar && K <= lastVar; } in classofKind() function
[all …]
DDeclCXX.h139 static bool classofKind(Kind K) { return K == AccessSpec; } in classofKind() function
1721 static bool classofKind(Kind K) { in classofKind() function
1902 static bool classofKind(Kind K) { in classofKind() function
2397 static bool classofKind(Kind K) { return K == CXXConstructor; } in classofKind() function
2445 static bool classofKind(Kind K) { return K == CXXDestructor; } in classofKind() function
2511 static bool classofKind(Kind K) { return K == CXXConversion; } in classofKind() function
2596 static bool classofKind(Kind K) { return K == LinkageSpec; } in classofKind() function
2703 static bool classofKind(Kind K) { return K == UsingDirective; } in classofKind() function
2819 static bool classofKind(Kind K) { return K == NamespaceAlias; } in classofKind() function
2909 static bool classofKind(Kind K) { in classofKind() function
[all …]
DDeclObjC.h496 static bool classofKind(Kind K) { return K == ObjCMethod; } in classofKind() function
597 static bool classofKind(Kind K) { return K == ObjCTypeParam; } in classofKind() function
894 static bool classofKind(Kind K) { return K == ObjCProperty; } in classofKind() function
1053 static bool classofKind(Kind K) { in classofKind() function
1823 static bool classofKind(Kind K) { return K == ObjCInterface; } in classofKind() function
1903 static bool classofKind(Kind K) { return K == ObjCIvar; } in classofKind() function
1935 static bool classofKind(Kind K) { return K == ObjCAtDefsField; } in classofKind() function
2147 static bool classofKind(Kind K) { return K == ObjCProtocol; } in classofKind() function
2302 static bool classofKind(Kind K) { return K == ObjCCategory; } in classofKind() function
2362 static bool classofKind(Kind K) { in classofKind() function
[all …]
DDeclFriend.h165 static bool classofKind(Kind K) { return K == Decl::Friend; } in classofKind() function
DDeclTemplate.h362 static bool classofKind(Kind K) { in classofKind() function
815 static bool classofKind(Kind K) { in classofKind() function
DDeclBase.h1007 static bool classofKind(Kind K) { return true; } in classofKind() function
/external/llvm-project/clang/include/clang/AST/
DDecl.h103 static bool classofKind(Kind K) { return K == TranslationUnit; } in classofKind() function
143 static bool classofKind(Kind K) { return K == PragmaComment; } in classofKind() function
176 static bool classofKind(Kind K) { return K == PragmaDetectMismatch; } in classofKind() function
209 static bool classofKind(Kind K) { return K == ExternCContext; } in classofKind() function
453 static bool classofKind(Kind K) { return K >= firstNamed && K <= lastNamed; } in classofKind() function
508 static bool classofKind(Kind K) { return K == Label; } in classofKind() function
622 static bool classofKind(Kind K) { return K == Namespace; } in classofKind() function
654 static bool classofKind(Kind K) { return K >= firstValue && K <= lastValue; } in classofKind() function
791 static bool classofKind(Kind K) { in classofKind() function
1550 static bool classofKind(Kind K) { return K >= firstVar && K <= lastVar; } in classofKind() function
[all …]
DDeclOpenMP.h158 static bool classofKind(Kind K) { return K == OMPThreadPrivate; } in classofKind() function
268 static bool classofKind(Kind K) { return K == OMPDeclareReduction; } in classofKind() function
367 static bool classofKind(Kind K) { return K == OMPDeclareMapper; } in classofKind() function
406 static bool classofKind(Kind K) { return K == OMPCapturedExpr; } in classofKind() function
457 static bool classofKind(Kind K) { return K == OMPRequires; } in classofKind() function
542 static bool classofKind(Kind K) { return K == OMPAllocate; } in classofKind() function
DDeclCXX.h127 static bool classofKind(Kind K) { return K == AccessSpec; } in classofKind() function
1775 static bool classofKind(Kind K) { in classofKind() function
1888 static bool classofKind(Kind K) { return K == CXXDeductionGuide; } in classofKind() function
1919 static bool classofKind(Kind K) { return K == RequiresExprBody; } in classofKind() function
2131 static bool classofKind(Kind K) { in classofKind() function
2632 static bool classofKind(Kind K) { return K == CXXConstructor; } in classofKind() function
2696 static bool classofKind(Kind K) { return K == CXXDestructor; } in classofKind() function
2764 static bool classofKind(Kind K) { return K == CXXConversion; } in classofKind() function
2837 static bool classofKind(Kind K) { return K == LinkageSpec; } in classofKind() function
2952 static bool classofKind(Kind K) { return K == UsingDirective; } in classofKind() function
[all …]
DDeclObjC.h542 static bool classofKind(Kind K) { return K == ObjCMethod; } in classofKind() function
647 static bool classofKind(Kind K) { return K == ObjCTypeParam; } in classofKind() function
960 static bool classofKind(Kind K) { return K == ObjCProperty; } in classofKind() function
1131 static bool classofKind(Kind K) { in classofKind() function
1921 static bool classofKind(Kind K) { return K == ObjCInterface; } in classofKind() function
1997 static bool classofKind(Kind K) { return K == ObjCIvar; } in classofKind() function
2030 static bool classofKind(Kind K) { return K == ObjCAtDefsField; } in classofKind() function
2267 static bool classofKind(Kind K) { return K == ObjCProtocol; } in classofKind() function
2428 static bool classofKind(Kind K) { return K == ObjCCategory; } in classofKind() function
2487 static bool classofKind(Kind K) { in classofKind() function
[all …]
DDeclFriend.h183 static bool classofKind(Kind K) { return K == Decl::Friend; } in classofKind() function
DDeclTemplate.h435 static bool classofKind(Kind K) { in classofKind() function
953 static bool classofKind(Kind K) { in classofKind() function
DDeclBase.h1159 static bool classofKind(Kind K) { return true; } in classofKind() function