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

/external/clang/include/clang/AST/
H A DDeclFriend.h123 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
125 static bool classofKind(Kind K) { return K == Decl::Friend; } function in class:clang::FriendDecl
H A DDecl.h93 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
95 static bool classofKind(Kind K) { return K == TranslationUnit; } function in class:clang::TranslationUnitDecl
341 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
343 static bool classofKind(Kind K) { return K >= firstNamed && K <= lastNamed; } function in class:clang::NamedDecl
387 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
389 static bool classofKind(Kind K) { return K == Label; } function in class:clang::LabelDecl
513 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
515 static bool classofKind(Kind K) { return K == Namespace; } function in class:clang::NamespaceDecl
549 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
551 static bool classofKind(Kin function in class:clang::ValueDecl
[all...]
H A DDeclBase.h848 static bool classofKind(Kind K) { return true; } function in class:clang::Decl
1573 return To::classofKind(Val.getDeclKind());
H A DDeclTemplate.h232 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
239 static bool classofKind(Kind K) { function
673 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
678 static bool classofKind(Kind K) { function in class:clang::TemplateParameterList::DependentFunctionTemplateSpecializationInfo
821 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
823 static bool classofKind(Kind K) { return K == FunctionTemplate; } function in class:clang::TemplateParameterList::FunctionTemplateDecl
958 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
960 static bool classofKind(Kind K) { return K == TemplateTypeParm; } function in class:clang::TemplateParameterList::TemplateTypeParmDecl
1130 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1132 static bool classofKind(Kin
1229 static bool classofKind(Kind K) { return K == TemplateTemplateParm; } function in class:clang::TemplateParameterList::NonTypeTemplateParmDecl
1490 static bool classofKind(Kind K) { function in class:clang::TemplateParameterList::ClassTemplateSpecializationDecl
1667 static bool classofKind(Kind K) { function in class:clang::TemplateParameterList::ClassTemplatePartialSpecializationDecl
1877 static bool classofKind(Kind K) { return K == ClassTemplate; } function in class:clang::TemplateParameterList::ClassTemplateDecl
1969 static bool classofKind(Kind K) { return K == Decl::FriendTemplate; } function in class:clang::TemplateParameterList::FriendTemplateDecl
2043 static bool classofKind(Kind K) { return K == TypeAliasTemplate; } function in class:clang::TemplateParameterList::TypeAliasTemplateDecl
2089 static bool classofKind(Kind K) { function in class:clang::TemplateParameterList::ClassScopeFunctionSpecializationDecl
[all...]
H A DDeclCXX.h146 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
148 static bool classofKind(Kind K) { return K == AccessSpec; } function in class:clang::AccessSpecDecl
1528 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1529 static bool classofKind(Kind K) { function in class:clang::CXXRecordDecl
1668 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1670 static bool classofKind(Kind K) { function in class:clang::CXXMethodDecl
2148 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
2150 static bool classofKind(Kind K) { return K == CXXConstructor; } function in class:clang::CXXCtorInitializer
2220 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
2222 static bool classofKind(Kin function in class:clang::CXXDestructorDecl
2289 static bool classofKind(Kind K) { return K == CXXConversion; } function in class:clang::CXXConversionDecl
2359 static bool classofKind(Kind K) { return K == LinkageSpec; } function in class:clang::LinkageSpecDecl
2463 static bool classofKind(Kind K) { return K == UsingDirective; } function in class:clang::UsingDirectiveDecl
2555 static bool classofKind(Kind K) { return K == NamespaceAlias; } function in class:clang::NamespaceAliasDecl
2624 static bool classofKind(Kind K) { return K == Decl::UsingShadow; } function in class:clang::UsingShadowDecl
2750 static bool classofKind(Kind K) { return K == Using; } function in class:clang::UsingDecl
2821 static bool classofKind(Kind K) { return K == UnresolvedUsingValue; } function in class:clang::UnresolvedUsingValueDecl
2885 static bool classofKind(Kind K) { return K == UnresolvedUsingTypename; } function in class:clang::UnresolvedUsingTypenameDecl
2923 static bool classofKind(Kind K) { return K == StaticAssert; } function in class:clang::StaticAssertDecl
[all...]
H A DDeclObjC.h417 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
419 static bool classofKind(Kind K) { return K == ObjCMethod; } function in class:clang::ObjCList
516 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
518 static bool classofKind(Kind K) { function in class:clang::ObjCContainerDecl
962 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
964 static bool classofKind(Kind K) { return K == ObjCInterface; } function in class:clang::ObjCInterfaceDecl
1035 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1037 static bool classofKind(Kind K) { return K == ObjCIvar; } function in class:clang::ObjCIvarDecl
1069 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1071 static bool classofKind(Kin function in class:clang::ObjCAtDefsFieldDecl
1245 static bool classofKind(Kind K) { return K == ObjCProtocol; } function in class:clang::ObjCProtocolDecl
1375 static bool classofKind(Kind K) { return K == ObjCCategory; } function in class:clang::ObjCCategoryDecl
1428 static bool classofKind(Kind K) { function in class:clang::ObjCImplDecl
1514 static bool classofKind(Kind K) { return K == ObjCCategoryImpl;} function in class:clang::ObjCCategoryImplDecl
1673 static bool classofKind(Kind K) { return K == ObjCImplementation; } function in class:clang::ObjCImplementationDecl
1705 static bool classofKind(Kind K) { return K == ObjCCompatibleAlias; } function in class:clang::ObjCCompatibleAliasDecl
1883 static bool classofKind(Kind K) { return K == ObjCProperty; } function in class:clang::ObjCPropertyDecl
1982 static bool classofKind(Decl::Kind K) { return K == ObjCPropertyImpl; } function in class:clang::ObjCPropertyImplDecl
[all...]

Completed in 88 milliseconds