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

/external/clang/include/clang/AST/
H A DDeclFriend.h125 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
127 static bool classofKind(Kind K) { return K == Decl::Friend; } function in class:clang::FriendDecl
H A DDecl.h90 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
92 static bool classofKind(Kind K) { return K == TranslationUnit; } function in class:clang::TranslationUnitDecl
339 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
341 static bool classofKind(Kind K) { return K >= firstNamed && K <= lastNamed; } function in class:clang::NamedDecl
385 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
387 static bool classofKind(Kind K) { return K == Label; } function in class:clang::LabelDecl
511 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
513 static bool classofKind(Kind K) { return K == Namespace; } function in class:clang::NamespaceDecl
547 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
549 static bool classofKind(Kin function in class:clang::ValueDecl
[all...]
H A DDeclBase.h849 static bool classofKind(Kind K) { return true; } function in class:clang::Decl
1592 return To::classofKind(Val.getDeclKind());
H A DDeclTemplate.h245 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
252 static bool classofKind(Kind K) { function
690 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
695 static bool classofKind(Kind K) { function in class:clang::TemplateParameterList::DependentFunctionTemplateSpecializationInfo
839 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
841 static bool classofKind(Kind K) { return K == FunctionTemplate; } function in class:clang::TemplateParameterList::FunctionTemplateDecl
981 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
983 static bool classofKind(Kind K) { return K == TemplateTypeParm; } function in class:clang::TemplateParameterList::TemplateTypeParmDecl
1162 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1164 static bool classofKind(Kin
1328 static bool classofKind(Kind K) { return K == TemplateTemplateParm; } function in class:clang::TemplateParameterList::NonTypeTemplateParmDecl
1589 static bool classofKind(Kind K) { function in class:clang::TemplateParameterList::ClassTemplateSpecializationDecl
1766 static bool classofKind(Kind K) { function in class:clang::TemplateParameterList::ClassTemplatePartialSpecializationDecl
1976 static bool classofKind(Kind K) { return K == ClassTemplate; } function in class:clang::TemplateParameterList::ClassTemplateDecl
2072 static bool classofKind(Kind K) { return K == Decl::FriendTemplate; } function in class:clang::TemplateParameterList::FriendTemplateDecl
2149 static bool classofKind(Kind K) { return K == TypeAliasTemplate; } function in class:clang::TemplateParameterList::TypeAliasTemplateDecl
2209 static bool classofKind(Kind K) { function in class:clang::TemplateParameterList::ClassScopeFunctionSpecializationDecl
[all...]
H A DDeclCXX.h147 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
149 static bool classofKind(Kind K) { return K == AccessSpec; } function in class:clang::AccessSpecDecl
1504 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1505 static bool classofKind(Kind K) { function in class:clang::CXXRecordDecl
1665 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1667 static bool classofKind(Kind K) { function in class:clang::CXXMethodDecl
2145 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
2147 static bool classofKind(Kind K) { return K == CXXConstructor; } function in class:clang::CXXCtorInitializer
2217 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
2219 static bool classofKind(Kin function in class:clang::CXXDestructorDecl
2286 static bool classofKind(Kind K) { return K == CXXConversion; } function in class:clang::CXXConversionDecl
2356 static bool classofKind(Kind K) { return K == LinkageSpec; } function in class:clang::LinkageSpecDecl
2460 static bool classofKind(Kind K) { return K == UsingDirective; } function in class:clang::UsingDirectiveDecl
2554 static bool classofKind(Kind K) { return K == NamespaceAlias; } function in class:clang::NamespaceAliasDecl
2625 static bool classofKind(Kind K) { return K == Decl::UsingShadow; } function in class:clang::UsingShadowDecl
2757 static bool classofKind(Kind K) { return K == Using; } function in class:clang::UsingDecl
2831 static bool classofKind(Kind K) { return K == UnresolvedUsingValue; } function in class:clang::UnresolvedUsingValueDecl
2897 static bool classofKind(Kind K) { return K == UnresolvedUsingTypename; } function in class:clang::UnresolvedUsingTypenameDecl
2937 static bool classofKind(Kind K) { return K == StaticAssert; } function in class:clang::StaticAssertDecl
[all...]
H A DDeclObjC.h440 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
442 static bool classofKind(Kind K) { return K == ObjCMethod; } function in class:clang::ObjCList
539 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
541 static bool classofKind(Kind K) { function in class:clang::ObjCContainerDecl
994 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
996 static bool classofKind(Kind K) { return K == ObjCInterface; } function in class:clang::ObjCInterfaceDecl
1067 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1069 static bool classofKind(Kind K) { return K == ObjCIvar; } function in class:clang::ObjCIvarDecl
1100 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1102 static bool classofKind(Kin function in class:clang::ObjCAtDefsFieldDecl
1282 static bool classofKind(Kind K) { return K == ObjCProtocol; } function in class:clang::ObjCProtocolDecl
1406 static bool classofKind(Kind K) { return K == ObjCCategory; } function in class:clang::ObjCCategoryDecl
1459 static bool classofKind(Kind K) { function in class:clang::ObjCImplDecl
1536 static bool classofKind(Kind K) { return K == ObjCCategoryImpl;} function in class:clang::ObjCCategoryImplDecl
1680 static bool classofKind(Kind K) { return K == ObjCImplementation; } function in class:clang::ObjCImplementationDecl
1712 static bool classofKind(Kind K) { return K == ObjCCompatibleAlias; } function in class:clang::ObjCCompatibleAliasDecl
1892 static bool classofKind(Kind K) { return K == ObjCProperty; } function in class:clang::ObjCPropertyDecl
2003 static bool classofKind(Decl::Kind K) { return K == ObjCPropertyImpl; } function in class:clang::ObjCPropertyImplDecl
[all...]

Completed in 124 milliseconds