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

/external/clang/include/clang/AST/
H A DDeclOpenMP.h75 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
76 static bool classofKind(Kind K) { return K == OMPThreadPrivate; } function in class:clang::OMPThreadPrivateDecl
H A DDeclFriend.h164 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
165 static bool classofKind(Kind K) { return K == Decl::Friend; } function in namespace:clang
H A DDecl.h93 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
94 static bool classofKind(Kind K) { return K == TranslationUnit; } function in class:clang::TranslationUnitDecl
276 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
277 static bool classofKind(Kind K) { return K >= firstNamed && K <= lastNamed; } function in class:clang::NamedDecl
321 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
322 static bool classofKind(Kind K) { return K == Label; } function in class:clang::LabelDecl
446 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
447 static bool classofKind(Kind K) { return K == Namespace; } function in class:clang::NamespaceDecl
479 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
480 static bool classofKind(Kin function in class:clang::ValueDecl
[all...]
H A DDeclBase.h881 static bool classofKind(Kind K) { return true; } function in class:clang::Decl
1632 return To::classofKind(Val.getDeclKind());
H A DDeclTemplate.h259 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
260 static bool classofKind(Kind K) { function
720 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
721 static bool classofKind(Kind K) { function in class:clang::TemplateParameterList::DependentFunctionTemplateSpecializationInfo
873 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
874 static bool classofKind(Kind K) { return K == FunctionTemplate; } function in class:clang::TemplateParameterList::FunctionTemplateDecl
1014 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1015 static bool classofKind(Kind K) { return K == TemplateTypeParm; } function in class:clang::TemplateParameterList::TemplateTypeParmDecl
1194 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1195 static bool classofKind(Kin
1358 static bool classofKind(Kind K) { return K == TemplateTemplateParm; } function in class:clang::TemplateParameterList::NonTypeTemplateParmDecl
1634 static bool classofKind(Kind K) { function in class:clang::TemplateParameterList::ClassTemplateSpecializationDecl
1804 static bool classofKind(Kind K) { function in class:clang::TemplateParameterList::ClassTemplatePartialSpecializationDecl
2012 static bool classofKind(Kind K) { return K == ClassTemplate; } function in class:clang::TemplateParameterList::ClassTemplateDecl
2108 static bool classofKind(Kind K) { return K == Decl::FriendTemplate; } function in class:clang::TemplateParameterList::FriendTemplateDecl
2183 static bool classofKind(Kind K) { return K == TypeAliasTemplate; } function in class:clang::TemplateParameterList::TypeAliasTemplateDecl
2243 static bool classofKind(Kind K) { function in class:clang::TemplateParameterList::ClassScopeFunctionSpecializationDecl
2518 static bool classofKind(Kind K) { function in class:clang::TemplateParameterList::VarTemplateSpecializationDecl
2664 static bool classofKind(Kind K) { function in class:clang::TemplateParameterList::VarTemplatePartialSpecializationDecl
2838 static bool classofKind(Kind K) { return K == VarTemplate; } function in class:clang::TemplateParameterList::VarTemplateDecl
[all...]
H A DDeclCXX.h137 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
138 static bool classofKind(Kind K) { return K == AccessSpec; } function in class:clang::AccessSpecDecl
1597 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1598 static bool classofKind(Kind K) { function in class:clang::CXXRecordDecl
1755 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1756 static bool classofKind(Kind K) { function in class:clang::CXXMethodDecl
2206 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
2207 static bool classofKind(Kind K) { return K == CXXConstructor; } function in class:clang::CXXCtorInitializer
2251 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
2252 static bool classofKind(Kin function in class:clang::CXXDestructorDecl
2319 static bool classofKind(Kind K) { return K == CXXConversion; } function in class:clang::CXXConversionDecl
2404 static bool classofKind(Kind K) { return K == LinkageSpec; } function in class:clang::LinkageSpecDecl
2511 static bool classofKind(Kind K) { return K == UsingDirective; } function in class:clang::UsingDirectiveDecl
2606 static bool classofKind(Kind K) { return K == NamespaceAlias; } function in class:clang::NamespaceAliasDecl
2676 static bool classofKind(Kind K) { return K == Decl::UsingShadow; } function in class:clang::UsingShadowDecl
2808 static bool classofKind(Kind K) { return K == Using; } function in class:clang::UsingDecl
2882 static bool classofKind(Kind K) { return K == UnresolvedUsingValue; } function in class:clang::UnresolvedUsingValueDecl
2944 static bool classofKind(Kind K) { return K == UnresolvedUsingTypename; } function in class:clang::UnresolvedUsingTypenameDecl
2983 static bool classofKind(Kind K) { return K == StaticAssert; } function in class:clang::StaticAssertDecl
[all...]
H A DDeclObjC.h469 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
470 static bool classofKind(Kind K) { return K == ObjCMethod; } function in class:clang::ObjCList
583 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
584 static bool classofKind(Kind K) { function in class:clang::ObjCContainerDecl
1217 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1218 static bool classofKind(Kind K) { return K == ObjCInterface; } function in class:clang::ObjCInterfaceDecl
1289 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1290 static bool classofKind(Kind K) { return K == ObjCIvar; } function in class:clang::ObjCIvarDecl
1321 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1322 static bool classofKind(Kin function in class:clang::ObjCAtDefsFieldDecl
1526 static bool classofKind(Kind K) { return K == ObjCProtocol; } function in class:clang::ObjCProtocolDecl
1655 static bool classofKind(Kind K) { return K == ObjCCategory; } function in class:clang::ObjCCategoryDecl
1707 static bool classofKind(Kind K) { function in class:clang::ObjCImplDecl
1783 static bool classofKind(Kind K) { return K == ObjCCategoryImpl;} function in class:clang::ObjCCategoryImplDecl
1942 static bool classofKind(Kind K) { return K == ObjCImplementation; } function in class:clang::ObjCImplementationDecl
1973 static bool classofKind(Kind K) { return K == ObjCCompatibleAlias; } function in class:clang::ObjCCompatibleAliasDecl
2155 static bool classofKind(Kind K) { return K == ObjCProperty; } function in class:clang::ObjCPropertyDecl
2265 static bool classofKind(Decl::Kind K) { return K == ObjCPropertyImpl; } function in class:clang::ObjCPropertyImplDecl
[all...]

Completed in 825 milliseconds