Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h129 static bool classofKind(Kind K) { return K == TranslationUnit; } in classofKind() function
169 static bool classofKind(Kind K) { return K == PragmaComment; } in classofKind() function
202 static bool classofKind(Kind K) { return K == PragmaDetectMismatch; } in classofKind() function
235 static bool classofKind(Kind K) { return K == ExternCContext; } in classofKind() function
486 static bool classofKind(Kin in classof() function
541 static bool classofKind(Kind K) { return K == Label; } classofKind() function
692 static bool classofKind(Kind K) { return K == Namespace; } classofKind() function
738 static bool classofKind(Kind K) { return K >= firstValue && K <= lastValue; } classofKind() function
875 static bool classofKind(Kind K) { classofKind() function
1679 static bool classofKind(Kind K) { return K >= firstVar && K <= lastVar; } classofKind() function
1745 static bool classofKind(Kind K) { return K == ImplicitParam; } classofKind() function
1912 static bool classofKind(Kind K) { return K == ParmVar; } classofKind() function
3005 static bool classofKind(Kind K) { classofKind() function
3246 static bool classofKind(Kind K) { return K >= firstField && K <= lastField; } classofKind() function
3295 static bool classofKind(Kind K) { return K == EnumConstant; } classofKind() function
3345 static bool classofKind(Kind K) { return K == IndirectField; } classofKind() function
3387 static bool classofKind(Kind K) { return K >= firstType && K <= lastType; } classofKind() function
3483 static bool classofKind(Kind K) { classofKind() function
3508 static bool classofKind(Kind K) { return K == Typedef; } classofKind() function
3535 static bool classofKind(Kind K) { return K == TypeAlias; } classofKind() function
3810 static bool classofKind(Kind K) { return K >= firstTag && K <= lastTag; } classofKind() function
4095 static bool classofKind(Kind K) { return K == Enum; } classofKind() function
4347 static bool classofKind(Kind K) { classofKind() function
4406 static bool classofKind(Kind K) { return K == FileScopeAsm; } classofKind() function
4441 static bool classofKind(Kind K) { return K == TopLevelStmt; } classofKind() function
4626 static bool classofKind(Kind K) { return K == Block; } classofKind() function
4722 static bool classofKind(Kind K) { return K == Captured; } classofKind() function
4822 static bool classofKind(Kind K) { return K == Import; } classofKind() function
4868 static bool classofKind(Kind K) { return K == Export; } classofKind() function
4889 static bool classofKind(Kind K) { return K == Empty; } classofKind() function
4925 static bool classofKind(Kind K) { return K == HLSLBuffer; } classofKind() function
[all...]
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 classof(const Decl *D) { return classofKind(D->getKind()); } in classofKind() function
457 static bool classof(const Decl *D) { return classofKind(D->getKind()); } in classofKind() function
542 static bool classofKind(Kind K) { return K == OMPAllocate; } classofKind() function
[all...]
H A DDeclCXX.h127 static bool classofKind(Kind K) { return K == AccessSpec; } in classofKind() function
1884 static bool classofKind(Kind K) { classofKind() function
2007 static bool classofKind(Kind K) { return K == CXXDeductionGuide; } classofKind() function
2038 static bool classofKind(Kind K) { return K == RequiresExprBody; } classofKind() function
2273 static bool classofKind(Kind K) { classofKind() function
2779 static bool classofKind(Kind K) { return K == CXXConstructor; } classofKind() function
2842 static bool classofKind(Kind K) { return K == CXXDestructor; } classofKind() function
2912 static bool classofKind(Kind K) { return K == CXXConversion; } classofKind() function
2987 static bool classofKind(Kind K) { return K == LinkageSpec; } classofKind() function
3102 static bool classofKind(Kind K) { return K == UsingDirective; } classofKind() function
3215 static bool classofKind(Kind K) { return K == NamespaceAlias; } classofKind() function
3289 static bool classofKind(Kind K) { classofKind() function
3402 static bool classofKind(Kind K) { classofKind() function
3496 static bool classofKind(Kind K) { return K == Using || K == UsingEnum; } classofKind() function
3578 static bool classofKind(Kind K) { return K == Using; } classofKind() function
3696 static bool classofKind(Kind K) { return K == ConstructorUsingShadow; } classofKind() function
3769 static bool classofKind(Kind K) { return K == UsingEnum; } classofKind() function
3840 static bool classofKind(Kind K) { return K == UsingPack; } classofKind() function
3936 static bool classofKind(Kind K) { return K == UnresolvedUsingValue; } classofKind() function
4025 static bool classofKind(Kind K) { return K == UnresolvedUsingTypename; } classofKind() function
4047 static bool classofKind(Kind K) { return K == Decl::UnresolvedUsingIfExists; } classofKind() function
4089 static bool classofKind(Kind K) { return K == StaticAssert; } classofKind() function
4146 static bool classofKind(Kind K) { return K == Decl::Binding; } classofKind() function
4198 static bool classofKind(Kind K) { return K == Decomposition; } classofKind() function
4328 static bool classofKind(Kind K) { return K == Decl::MSGuid; } classofKind() function
4377 static bool classofKind(Kind K) { return K == Decl::UnnamedGlobalConstant; } classofKind() function
[all...]
H A DDeclObjC.h541 static bool classofKind(Kind K) { return K == ObjCMethod; } in classofKind() function
647 static bool classof(const Decl *D) { return classofKind(D->getKind()); } in classofKind() function
937 static bool classofKind(Kind K) { return K == ObjCProperty; } classofKind() function
1110 static bool classofKind(Kind K) { classofKind() function
1921 static bool classofKind(Kind K) { return K == ObjCInterface; } classofKind() function
2011 static bool classofKind(Kind K) { return K == ObjCIvar; } classofKind() function
2046 static bool classofKind(Kind K) { return K == ObjCAtDefsField; } classofKind() function
2304 static bool classofKind(Kind K) { return K == ObjCProtocol; } classofKind() function
2465 static bool classofKind(Kind K) { return K == ObjCCategory; } classofKind() function
2524 static bool classofKind(Kind K) { classofKind() function
2573 static bool classofKind(Kind K) { return K == ObjCCategoryImpl;} classofKind() function
2765 static bool classofKind(Kind K) { return K == ObjCImplementation; } classofKind() function
2795 static bool classofKind(Kind K) { return K == ObjCCompatibleAlias; } classofKind() function
2920 static bool classofKind(Decl::Kind K) { return K == ObjCPropertyImpl; } classofKind() function
[all...]
H A DDeclFriend.h182 static bool classofKind(Kind K) { return K == Decl::Friend; } in classofKind() function
H A DDeclTemplate.h453 static bool classofKind(Kind K) { classofKind() function
957 static bool classofKind(Kind K) { classofKind() function
[all...]
H A DDeclBase.h1242 static bool classofKind(Kind K) { return true; } classofKind() function