Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A 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
H A 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
457 static bool classofKind(Kind K) { return K >= firstNamed && K <= lastNamed; } in classofKind() function
512 static bool classofKind(Kind K) { return K == Label; } in classofKind() function
636 static bool classofKind(Kind K) { return K == Namespace; } in classofKind() function
668 static bool classofKind(Kind K) { return K >= firstValue && K <= lastValue; } in classofKind() function
805 static bool classofKind(Kind K) { in classofKind() function
1567 static bool classofKind(Kind K) { return K >= firstVar && K <= lastVar; } in classofKind() function
[all …]
H A DDeclCXX.h127 static bool classofKind(Kind K) { return K == AccessSpec; } in classofKind() function
1786 static bool classofKind(Kind K) { in classofKind() function
1908 static bool classofKind(Kind K) { return K == CXXDeductionGuide; } in classofKind() function
1939 static bool classofKind(Kind K) { return K == RequiresExprBody; } in classofKind() function
2151 static bool classofKind(Kind K) { in classofKind() function
2653 static bool classofKind(Kind K) { return K == CXXConstructor; } in classofKind() function
2717 static bool classofKind(Kind K) { return K == CXXDestructor; } in classofKind() function
2785 static bool classofKind(Kind K) { return K == CXXConversion; } in classofKind() function
2858 static bool classofKind(Kind K) { return K == LinkageSpec; } in classofKind() function
2973 static bool classofKind(Kind K) { return K == UsingDirective; } in classofKind() function
[all …]
H A 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
938 static bool classofKind(Kind K) { return K == ObjCProperty; } in classofKind() function
1109 static bool classofKind(Kind K) { in classofKind() function
1899 static bool classofKind(Kind K) { return K == ObjCInterface; } in classofKind() function
1975 static bool classofKind(Kind K) { return K == ObjCIvar; } in classofKind() function
2008 static bool classofKind(Kind K) { return K == ObjCAtDefsField; } in classofKind() function
2245 static bool classofKind(Kind K) { return K == ObjCProtocol; } in classofKind() function
2406 static bool classofKind(Kind K) { return K == ObjCCategory; } in classofKind() function
2465 static bool classofKind(Kind K) { in classofKind() function
[all …]
H A DDeclFriend.h183 static bool classofKind(Kind K) { return K == Decl::Friend; } in classofKind() function
H A DDeclTemplate.h436 static bool classofKind(Kind K) { in classofKind() function
954 static bool classofKind(Kind K) { in classofKind() function
H A DDeclBase.h1159 static bool classofKind(Kind K) { return true; } in classofKind() function