Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h307 static bool classofKind(RecordKind K) { return true; } classofKind() function
318 static bool classofKind(APIRecord::RecordKind K) { classofKind() function
401 static bool classofKind(RecordKind K) { return K == RK_Namespace; } classofKind() function
434 static bool classofKind(RecordKind K) { return K == RK_GlobalFunction; } classofKind() function
460 static bool classofKind(RecordKind K) { classofKind() function
480 static bool classofKind(RecordKind K) { classofKind() function
511 static bool classofKind(RecordKind K) { classofKind() function
539 static bool classofKind(RecordKind K) { classofKind() function
558 static bool classofKind(RecordKind K) { classofKind() function
582 static bool classofKind(RecordKind K) { classofKind() function
601 static bool classofKind(RecordKind K) { return K == RK_EnumConstant; } classofKind() function
623 static bool classofKind(RecordKind K) { classofKind() function
648 static bool classofKind(RecordKind K) { return K == RK_Enum; } classofKind() function
669 static bool classofKind(RecordKind K) { classofKind() function
692 static bool classofKind(RecordKind K) { classofKind() function
713 static bool classofKind(RecordKind K) { return K == RK_StructField; } classofKind() function
732 static bool classofKind(RecordKind K) { return K == RK_Struct; } classofKind() function
750 static bool classofKind(RecordKind K) { return K == RK_UnionField; } classofKind() function
769 static bool classofKind(RecordKind K) { return K == RK_Union; } classofKind() function
800 static bool classofKind(RecordKind K) { classofKind() function
825 static bool classofKind(RecordKind K) { return K == RK_CXXFieldTemplate; } classofKind() function
862 static bool classofKind(RecordKind K) { return K == RK_CXXConstructorMethod; } classofKind() function
883 static bool classofKind(RecordKind K) { return K == RK_CXXDestructorMethod; } classofKind() function
904 static bool classofKind(RecordKind K) { return K == RK_CXXStaticMethod; } classofKind() function
926 static bool classofKind(RecordKind K) { return K == RK_CXXInstanceMethod; } classofKind() function
951 static bool classofKind(RecordKind K) { return K == RK_CXXMethodTemplate; } classofKind() function
969 static bool classofKind(RecordKind K) { classofKind() function
1022 static bool classofKind(RecordKind K) { return K == RK_ObjCInstanceProperty; } classofKind() function
1045 static bool classofKind(RecordKind K) { return K == RK_ObjCClassProperty; } classofKind() function
1067 static bool classofKind(RecordKind K) { return K == RK_ObjCIvar; } classofKind() function
1107 static bool classofKind(RecordKind K) { return K == RK_ObjCInstanceMethod; } classofKind() function
1127 static bool classofKind(RecordKind K) { return K == RK_ObjCClassMethod; } classofKind() function
1147 static bool classofKind(RecordKind K) { return K == RK_StaticField; } classofKind() function
1187 static bool classofKind(RecordKind K) { classofKind() function
1214 static bool classofKind(RecordKind K) { return K == RK_ClassTemplate; } classofKind() function
1230 static bool classofKind(RecordKind K) { classofKind() function
1251 static bool classofKind(RecordKind K) { classofKind() function
1272 static bool classofKind(RecordKind K) { return K == RK_Concept; } classofKind() function
1294 static bool classofKind(RecordKind K) { return K == RK_ObjCCategory; } classofKind() function
1326 static bool classofKind(RecordKind K) { return K == RK_ObjCInterface; } classofKind() function
1347 static bool classofKind(RecordKind K) { return K == RK_ObjCProtocol; } classofKind() function
1366 static bool classofKind(RecordKind K) { return K == RK_MacroDefinition; } classofKind() function
1393 static bool classofKind(RecordKind K) { return K == RK_Typedef; } classofKind() function
[all...]
/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; } classofKind() function
202 static bool classofKind(Kind K) { return K == PragmaDetectMismatch; } classofKind() function
235 static bool classofKind(Kind K) { return K == ExternCContext; } classofKind() function
486 static bool classofKind(Kind K) { return K >= firstNamed && K <= lastNamed; } classofKind() 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
1691 static bool classofKind(Kind K) { return K >= firstVar && K <= lastVar; } classofKind() function
1757 static bool classofKind(Kind K) { return K == ImplicitParam; } classofKind() function
1924 static bool classofKind(Kind K) { return K == ParmVar; } classofKind() function
3057 static bool classofKind(Kind K) { classofKind() function
3298 static bool classofKind(Kind K) { return K >= firstField && K <= lastField; } classofKind() function
3347 static bool classofKind(Kind K) { return K == EnumConstant; } classofKind() function
3398 static bool classofKind(Kind K) { return K == IndirectField; } classofKind() function
3440 static bool classofKind(Kind K) { return K >= firstType && K <= lastType; } classofKind() function
3536 static bool classofKind(Kind K) { classofKind() function
3562 static bool classofKind(Kind K) { return K == Typedef; } classofKind() function
3590 static bool classofKind(Kind K) { return K == TypeAlias; } classofKind() function
3865 static bool classofKind(Kind K) { return K >= firstTag && K <= lastTag; } classofKind() function
4150 static bool classofKind(Kind K) { return K == Enum; } classofKind() function
4402 static bool classofKind(Kind K) { classofKind() function
4461 static bool classofKind(Kind K) { return K == FileScopeAsm; } classofKind() function
4493 static bool classofKind(Kind K) { return K == TopLevelStmt; } classofKind() function
4692 static bool classofKind(Kind K) { return K == Block; } classofKind() function
4788 static bool classofKind(Kind K) { return K == Captured; } classofKind() function
4888 static bool classofKind(Kind K) { return K == Import; } classofKind() function
4934 static bool classofKind(Kind K) { return K == Export; } classofKind() function
4955 static bool classofKind(Kind K) { return K == Empty; } classofKind() function
4991 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
407 static bool classofKind(Kind K) { return K == OMPCapturedExpr; } in classofKind() function
458 static bool classofKind(Kin in classof() function
543 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
1889 static bool classofKind(Kind K) { classofKind() function
2013 static bool classofKind(Kind K) { return K == CXXDeductionGuide; } classofKind() function
2045 static bool classofKind(Kind K) { return K == RequiresExprBody; } classofKind() function
2280 static bool classofKind(Kind K) { classofKind() function
2786 static bool classofKind(Kind K) { return K == CXXConstructor; } classofKind() function
2849 static bool classofKind(Kind K) { return K == CXXDestructor; } classofKind() function
2919 static bool classofKind(Kind K) { return K == CXXConversion; } classofKind() function
2994 static bool classofKind(Kind K) { return K == LinkageSpec; } classofKind() function
3109 static bool classofKind(Kind K) { return K == UsingDirective; } classofKind() function
3222 static bool classofKind(Kind K) { return K == NamespaceAlias; } classofKind() function
3296 static bool classofKind(Kind K) { classofKind() function
3409 static bool classofKind(Kind K) { classofKind() function
3503 static bool classofKind(Kind K) { return K == Using || K == UsingEnum; } classofKind() function
3585 static bool classofKind(Kind K) { return K == Using; } classofKind() function
3703 static bool classofKind(Kind K) { return K == ConstructorUsingShadow; } classofKind() function
3776 static bool classofKind(Kind K) { return K == UsingEnum; } classofKind() function
3847 static bool classofKind(Kind K) { return K == UsingPack; } classofKind() function
3943 static bool classofKind(Kind K) { return K == UnresolvedUsingValue; } classofKind() function
4032 static bool classofKind(Kind K) { return K == UnresolvedUsingTypename; } classofKind() function
4054 static bool classofKind(Kind K) { return K == Decl::UnresolvedUsingIfExists; } classofKind() function
4096 static bool classofKind(Kind K) { return K == StaticAssert; } classofKind() function
4153 static bool classofKind(Kind K) { return K == Decl::Binding; } classofKind() function
4205 static bool classofKind(Kind K) { return K == Decomposition; } classofKind() function
4335 static bool classofKind(Kind K) { return K == Decl::MSGuid; } classofKind() function
4384 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
648 static bool classofKind(Kind K) { return K == ObjCTypeParam; } in classofKind() function
940 static bool classofKind(Kind K) { return K == ObjCProperty; } in classofKind() function
1113 static bool classofKind(Kind K) { in classofKind() function
1924 static bool classof(const Decl *D) { return classofKind(D->getKind()); } in classofKind() function
2013 static bool classofKind(Kind K) { return K == ObjCIvar; } classofKind() function
2049 static bool classofKind(Kind K) { return K == ObjCAtDefsField; } classofKind() function
2307 static bool classofKind(Kind K) { return K == ObjCProtocol; } classofKind() function
2466 static bool classofKind(Kind K) { return K == ObjCCategory; } classofKind() function
2524 static bool classofKind(Kind K) { classofKind() function
2572 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
2921 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; } classofKind() function
H A DDeclTemplate.h434 static bool classofKind(Kind K) { classofKind() function
937 static bool classofKind(Kind K) { classofKind() function
[all...]
H A DDeclBase.h1228 static bool classofKind(Kind K) { return true; } classofKind() function