Searched defs:classofKind (Results 1 - 6 of 6) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclFriend.h121 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
123 static bool classofKind(Kind K) { return K == Decl::Friend; } function in class:clang::FriendDecl
H A DDecl.h87 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
89 static bool classofKind(Kind K) { return K == TranslationUnit; } function in class:clang::TranslationUnitDecl
304 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
306 static bool classofKind(Kind K) { return K >= firstNamed && K <= lastNamed; } function in class:clang::NamedDecl
348 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
350 static bool classofKind(Kind K) { return K == Label; } function in class:clang::LabelDecl
480 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
482 static bool classofKind(Kind K) { return K == Namespace; } function in class:clang::NamespaceDecl
509 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
511 static bool classofKind(Kin function in class:clang::ValueDecl
[all...]
H A DDeclBase.h739 static bool classofKind(Kind K) { return true; } function in class:clang::Decl
1404 return To::classofKind(Val.getDeclKind());
H A DDeclTemplate.h228 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
235 static bool classofKind(Kind K) { function
672 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
677 static bool classofKind(Kind K) { function in class:clang::TemplateParameterList::DependentFunctionTemplateSpecializationInfo
887 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
889 static bool classofKind(Kind K) { return K == FunctionTemplate; } function in class:clang::TemplateParameterList::FunctionTemplateDecl
1023 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1025 static bool classofKind(Kind K) { return K == TemplateTypeParm; } function in class:clang::TemplateParameterList::TemplateTypeParmDecl
1188 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1190 static bool classofKind(Kin
1282 static bool classofKind(Kind K) { return K == TemplateTemplateParm; } function in class:clang::TemplateParameterList::NonTypeTemplateParmDecl
1543 static bool classofKind(Kind K) { function in class:clang::TemplateParameterList::ClassTemplateSpecializationDecl
1718 static bool classofKind(Kind K) { function in class:clang::TemplateParameterList::ClassTemplatePartialSpecializationDecl
1926 static bool classofKind(Kind K) { return K == ClassTemplate; } function in class:clang::TemplateParameterList::ClassTemplateDecl
2017 static bool classofKind(Kind K) { return K == Decl::FriendTemplate; } function in class:clang::TemplateParameterList::FriendTemplateDecl
2089 static bool classofKind(Kind K) { return K == TypeAliasTemplate; } function in class:clang::TemplateParameterList::TypeAliasTemplateDecl
2136 static bool classofKind(Kind K) { function in class:clang::TemplateParameterList::ClassScopeFunctionSpecializationDecl
[all...]
H A DDeclCXX.h142 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
144 static bool classofKind(Kind K) { return K == AccessSpec; } function in class:clang::AccessSpecDecl
1298 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1299 static bool classofKind(Kind K) { function in class:clang::CXXRecordDecl
1426 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1428 static bool classofKind(Kind K) { function in class:clang::CXXMethodDecl
1907 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1909 static bool classofKind(Kind K) { return K == CXXConstructor; } function in class:clang::CXXCtorInitializer
1976 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1978 static bool classofKind(Kin function in class:clang::CXXDestructorDecl
2040 static bool classofKind(Kind K) { return K == CXXConversion; } function in class:clang::CXXConversionDecl
2108 static bool classofKind(Kind K) { return K == LinkageSpec; } function in class:clang::LinkageSpecDecl
2210 static bool classofKind(Kind K) { return K == UsingDirective; } function in class:clang::UsingDirectiveDecl
2298 static bool classofKind(Kind K) { return K == NamespaceAlias; } function in class:clang::NamespaceAliasDecl
2363 static bool classofKind(Kind K) { return K == Decl::UsingShadow; } function in class:clang::UsingShadowDecl
2487 static bool classofKind(Kind K) { return K == Using; } function in class:clang::UsingDecl
2553 static bool classofKind(Kind K) { return K == UnresolvedUsingValue; } function in class:clang::UnresolvedUsingValueDecl
2612 static bool classofKind(Kind K) { return K == UnresolvedUsingTypename; } function in class:clang::UnresolvedUsingTypenameDecl
2648 static bool classofKind(Kind K) { return K == StaticAssert; } function in class:clang::StaticAssertDecl
[all...]
H A DDeclObjC.h410 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
412 static bool classofKind(Kind K) { return K == ObjCMethod; } function in class:clang::ObjCList
507 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
509 static bool classofKind(Kind K) { function in class:clang::ObjCContainerDecl
804 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
806 static bool classofKind(Kind K) { return K == ObjCInterface; } function in class:clang::ObjCInterfaceDecl
872 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
874 static bool classofKind(Kind K) { return K == ObjCIvar; } function in class:clang::ObjCIvarDecl
904 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
906 static bool classofKind(Kin function in class:clang::ObjCAtDefsFieldDecl
1006 static bool classofKind(Kind K) { return K == ObjCProtocol; } function in class:clang::ObjCProtocolDecl
1046 static bool classofKind(Kind K) { return K == ObjCClass; } function in class:clang::ObjCClassDecl
1093 static bool classofKind(Kind K) { return K == ObjCForwardProtocol; } function in class:clang::ObjCForwardProtocolDecl
1203 static bool classofKind(Kind K) { return K == ObjCCategory; } function in class:clang::ObjCCategoryDecl
1254 static bool classofKind(Kind K) { function in class:clang::ObjCImplDecl
1330 static bool classofKind(Kind K) { return K == ObjCCategoryImpl;} function in class:clang::ObjCCategoryImplDecl
1469 static bool classofKind(Kind K) { return K == ObjCImplementation; } function in class:clang::ObjCImplementationDecl
1498 static bool classofKind(Kind K) { return K == ObjCCompatibleAlias; } function in class:clang::ObjCCompatibleAliasDecl
1665 static bool classofKind(Kind K) { return K == ObjCProperty; } function in class:clang::ObjCPropertyDecl
1762 static bool classofKind(Decl::Kind K) { return K == ObjCPropertyImpl; } function in class:clang::ObjCPropertyImplDecl
[all...]

Completed in 69 milliseconds