Searched refs:classofKind (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclOpenMP.h88 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
89 static bool classofKind(Kind K) { return K == OMPThreadPrivate; } function in class:clang::final
198 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
199 static bool classofKind(Kind K) { return K == OMPDeclareReduction; } function in class:clang::final
295 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
296 static bool classofKind(Kind K) { return K == OMPDeclareMapper; } function in class:clang::final
334 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
335 static bool classofKind(Kind K) { return K == OMPCapturedExpr; } function in class:clang::final
405 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
406 static bool classofKind(Kin function in class:clang::final
518 static bool classofKind(Kind K) { return K == OMPAllocate; } function in class:clang::final
[all...]
H A DDeclCXX.h126 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
127 static bool classofKind(Kind K) { return K == AccessSpec; } function in class:clang::AccessSpecDecl
1808 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1809 static bool classofKind(Kind K) { function in class:clang::CXXRecordDecl
1921 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1922 static bool classofKind(Kind K) { return K == CXXDeductionGuide; } function in class:clang::CXXDeductionGuideDecl
1952 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1953 static bool classofKind(Kind K) { return K == RequiresExprBody; } function in class:clang::RequiresExprBodyDecl
2164 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
2165 static bool classofKind(Kin function in class:clang::CXXMethodDecl
2666 static bool classofKind(Kind K) { return K == CXXConstructor; } function in class:clang::final
2730 static bool classofKind(Kind K) { return K == CXXDestructor; } function in class:clang::CXXDestructorDecl
2798 static bool classofKind(Kind K) { return K == CXXConversion; } function in class:clang::CXXConversionDecl
2871 static bool classofKind(Kind K) { return K == LinkageSpec; } function in class:clang::LinkageSpecDecl
2986 static bool classofKind(Kind K) { return K == UsingDirective; } function in class:clang::UsingDirectiveDecl
3099 static bool classofKind(Kind K) { return K == NamespaceAlias; } function in class:clang::NamespaceAliasDecl
3173 static bool classofKind(Kind K) { function in class:clang::final
3277 static bool classofKind(Kind K) { function in class:clang::UsingShadowDecl
3389 static bool classofKind(Kind K) { return K == ConstructorUsingShadow; } function in class:clang::final
3532 static bool classofKind(Kind K) { return K == Using; } function in class:clang::UsingDecl
3603 static bool classofKind(Kind K) { return K == UsingPack; } function in class:clang::final
3699 static bool classofKind(Kind K) { return K == UnresolvedUsingValue; } function in class:clang::UnresolvedUsingValueDecl
3788 static bool classofKind(Kind K) { return K == UnresolvedUsingTypename; } function in class:clang::UnresolvedUsingTypenameDecl
3830 static bool classofKind(Kind K) { return K == StaticAssert; } function in class:clang::StaticAssertDecl
3887 static bool classofKind(Kind K) { return K == Decl::Binding; } function in class:clang::BindingDecl
3939 static bool classofKind(Kind K) { return K == Decomposition; } function in class:clang::final
4068 static bool classofKind(Kind K) { return K == Decl::MSGuid; } function in class:clang::MSGuidDecl
[all...]
H A DDecl.h102 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
103 static bool classofKind(Kind K) { return K == TranslationUnit; } function in class:clang::TranslationUnitDecl
142 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
143 static bool classofKind(Kind K) { return K == PragmaComment; } function in class:clang::final
175 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
176 static bool classofKind(Kind K) { return K == PragmaDetectMismatch; } function in class:clang::final
208 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
209 static bool classofKind(Kind K) { return K == ExternCContext; } function in class:clang::ExternCContextDecl
437 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
438 static bool classofKind(Kin function in class:clang::NamedDecl
493 static bool classofKind(Kind K) { return K == Label; } function in class:clang::LabelDecl
607 static bool classofKind(Kind K) { return K == Namespace; } function in class:clang::NamespaceDecl
639 static bool classofKind(Kind K) { return K >= firstValue && K <= lastValue; } function in class:clang::ValueDecl
[all...]
H A DDeclTemplate.h437 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
439 static bool classofKind(Kind K) { function in class:clang::final::TemplateDecl
955 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
957 static bool classofKind(Kind K) { function in class:clang::final
1130 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1131 static bool classofKind(Kind K) { return K == FunctionTemplate; } function in class:clang::FunctionTemplateDecl
1374 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1375 static bool classofKind(Kind K) { return K == TemplateTypeParm; } function in class:clang::final
1589 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1590 static bool classofKind(Kin function in class:clang::final
1757 static bool classofKind(Kind K) { return K == TemplateTemplateParm; } function in class:clang::final
1774 static bool classofKind(Kind K) { return K == BuiltinTemplate; } function in class:clang::BuiltinTemplateDecl
2068 static bool classofKind(Kind K) { function in class:clang::ClassTemplateSpecializationDecl
2240 static bool classofKind(Kind K) { function in class:clang::ClassTemplatePartialSpecializationDecl
2427 static bool classofKind(Kind K) { return K == ClassTemplate; } function in class:clang::ClassTemplateDecl
2510 static bool classofKind(Kind K) { return K == Decl::FriendTemplate; } function in class:clang::FriendTemplateDecl
2583 static bool classofKind(Kind K) { return K == TypeAliasTemplate; } function in class:clang::TypeAliasTemplateDecl
2645 static bool classofKind(Kind K) { function in class:clang::ClassScopeFunctionSpecializationDecl
2918 static bool classofKind(Kind K) { function in class:clang::VarTemplateSpecializationDecl
3072 static bool classofKind(Kind K) { function in class:clang::VarTemplatePartialSpecializationDecl
3230 static bool classofKind(Kind K) { return K == VarTemplate; } function in class:clang::VarTemplateDecl
3264 static bool classofKind(Kind K) { return K == Concept; } function in class:clang::ConceptDecl
[all...]
H A DDeclObjC.h534 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
535 static bool classofKind(Kind K) { return K == ObjCMethod; } function in class:clang::ObjCList
639 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
640 static bool classofKind(Kind K) { return K == ObjCTypeParam; } function in class:clang::ObjCTypeParamDecl
952 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
953 static bool classofKind(Kind K) { return K == ObjCProperty; } function in class:clang::ObjCPropertyDecl
1122 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1124 static bool classofKind(Kind K) { function in class:clang::ObjCContainerDecl
1913 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1914 static bool classofKind(Kin function in class:clang::ObjCInterfaceDecl
1990 static bool classofKind(Kind K) { return K == ObjCIvar; } function in class:clang::ObjCIvarDecl
2023 static bool classofKind(Kind K) { return K == ObjCAtDefsField; } function in class:clang::ObjCAtDefsFieldDecl
2252 static bool classofKind(Kind K) { return K == ObjCProtocol; } function in class:clang::ObjCProtocolDecl
2413 static bool classofKind(Kind K) { return K == ObjCCategory; } function in class:clang::ObjCCategoryDecl
2472 static bool classofKind(Kind K) { function in class:clang::ObjCImplDecl
2521 static bool classofKind(Kind K) { return K == ObjCCategoryImpl;} function in class:clang::ObjCCategoryImplDecl
2711 static bool classofKind(Kind K) { return K == ObjCImplementation; } function in class:clang::ObjCImplementationDecl
2741 static bool classofKind(Kind K) { return K == ObjCCompatibleAlias; } function in class:clang::ObjCCompatibleAliasDecl
2866 static bool classofKind(Decl::Kind K) { return K == ObjCPropertyImpl; } function in class:clang::ObjCPropertyImplDecl
[all...]
H A DDeclFriend.h182 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
183 static bool classofKind(Kind K) { return K == Decl::Friend; } function in namespace:clang
H A DDeclBase.h1159 static bool classofKind(Kind K) { return true; } function
2528 return To::classofKind(Val.getDeclKind());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp464 !CXXRecordDecl::classofKind(D->getKind()) &&
501 !CXXRecordDecl::classofKind(D->getKind()) &&
942 !ObjCIvarDecl::classofKind(D->getKind()) &&
943 !ObjCAtDefsFieldDecl::classofKind(D->getKind()) &&
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4468 return FieldDecl::classofKind(K) || IndirectFieldDecl::classofKind(K);

Completed in 138 milliseconds