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

/external/clang/include/clang/AST/
H A DDeclOpenMP.h84 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
85 static bool classofKind(Kind K) { return K == OMPThreadPrivate; } function in class:clang::OMPThreadPrivateDecl
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
291 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
292 static bool classofKind(Kind K) { return K >= firstNamed && K <= lastNamed; } function in class:clang::NamedDecl
336 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
337 static bool classofKind(Kind K) { return K == Label; } function in class:clang::LabelDecl
454 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
455 static bool classofKind(Kind K) { return K == Namespace; } function in class:clang::NamespaceDecl
487 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
488 static bool classofKind(Kin function in class:clang::ValueDecl
[all...]
H A DDeclTemplate.h261 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
262 static bool classofKind(Kind K) { function
726 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
727 static bool classofKind(Kind K) { function in class:clang::TemplateParameterList::DependentFunctionTemplateSpecializationInfo
885 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
886 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()); }
1024 static bool classofKind(Kind K) { return K == TemplateTypeParm; } function in class:clang::TemplateParameterList::TemplateTypeParmDecl
1203 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1204 static bool classofKind(Kin
1367 static bool classofKind(Kind K) { return K == TemplateTemplateParm; } function in class:clang::TemplateParameterList::NonTypeTemplateParmDecl
1641 static bool classofKind(Kind K) { function in class:clang::TemplateParameterList::ClassTemplateSpecializationDecl
1792 static bool classofKind(Kind K) { function in class:clang::TemplateParameterList::ClassTemplatePartialSpecializationDecl
1991 static bool classofKind(Kind K) { return K == ClassTemplate; } function in class:clang::TemplateParameterList::ClassTemplateDecl
2087 static bool classofKind(Kind K) { return K == Decl::FriendTemplate; } function in class:clang::TemplateParameterList::FriendTemplateDecl
2165 static bool classofKind(Kind K) { return K == TypeAliasTemplate; } function in class:clang::TemplateParameterList::TypeAliasTemplateDecl
2224 static bool classofKind(Kind K) { function in class:clang::TemplateParameterList::ClassScopeFunctionSpecializationDecl
2498 static bool classofKind(Kind K) { function in class:clang::TemplateParameterList::VarTemplateSpecializationDecl
2630 static bool classofKind(Kind K) { function in class:clang::TemplateParameterList::VarTemplatePartialSpecializationDecl
2791 static bool classofKind(Kind K) { return K == VarTemplate; } function in class:clang::TemplateParameterList::VarTemplateDecl
[all...]
H A DDeclCXX.h136 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
137 static bool classofKind(Kind K) { return K == AccessSpec; } function in class:clang::AccessSpecDecl
1680 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1681 static bool classofKind(Kind K) { function in class:clang::CXXRecordDecl
1858 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1859 static bool classofKind(Kind K) { function in class:clang::CXXMethodDecl
2316 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
2317 static bool classofKind(Kind K) { return K == CXXConstructor; } function in class:clang::CXXCtorInitializer
2365 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
2366 static bool classofKind(Kin function in class:clang::CXXDestructorDecl
2432 static bool classofKind(Kind K) { return K == CXXConversion; } function in class:clang::CXXConversionDecl
2517 static bool classofKind(Kind K) { return K == LinkageSpec; } function in class:clang::LinkageSpecDecl
2624 static bool classofKind(Kind K) { return K == UsingDirective; } function in class:clang::UsingDirectiveDecl
2719 static bool classofKind(Kind K) { return K == NamespaceAlias; } function in class:clang::NamespaceAliasDecl
2815 static bool classofKind(Kind K) { return K == Decl::UsingShadow; } function in class:clang::UsingShadowDecl
2952 static bool classofKind(Kind K) { return K == Using; } function in class:clang::UsingDecl
3026 static bool classofKind(Kind K) { return K == UnresolvedUsingValue; } function in class:clang::UnresolvedUsingValueDecl
3088 static bool classofKind(Kind K) { return K == UnresolvedUsingTypename; } function in class:clang::UnresolvedUsingTypenameDecl
3127 static bool classofKind(Kind K) { return K == StaticAssert; } function in class:clang::StaticAssertDecl
[all...]
H A DDeclObjC.h491 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
492 static bool classofKind(Kind K) { return K == ObjCMethod; } function in class:clang::ObjCList
625 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
626 static bool classofKind(Kind K) { function in class:clang::ObjCContainerDecl
1361 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1362 static bool classofKind(Kind K) { return K == ObjCInterface; } function in class:clang::ObjCInterfaceDecl
1437 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1438 static bool classofKind(Kind K) { return K == ObjCIvar; } function in class:clang::ObjCIvarDecl
1469 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1470 static bool classofKind(Kin function in class:clang::ObjCAtDefsFieldDecl
1683 static bool classofKind(Kind K) { return K == ObjCProtocol; } function in class:clang::ObjCProtocolDecl
1827 static bool classofKind(Kind K) { return K == ObjCCategory; } function in class:clang::ObjCCategoryDecl
1886 static bool classofKind(Kind K) { function in class:clang::ObjCImplDecl
1960 static bool classofKind(Kind K) { return K == ObjCCategoryImpl;} function in class:clang::ObjCCategoryImplDecl
2133 static bool classofKind(Kind K) { return K == ObjCImplementation; } function in class:clang::ObjCImplementationDecl
2164 static bool classofKind(Kind K) { return K == ObjCCompatibleAlias; } function in class:clang::ObjCCompatibleAliasDecl
2348 static bool classofKind(Kind K) { return K == ObjCProperty; } function in class:clang::ObjCPropertyDecl
2458 static bool classofKind(Decl::Kind K) { return K == ObjCPropertyImpl; } function in class:clang::ObjCPropertyImplDecl
[all...]
H A DDeclFriend.h165 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
166 static bool classofKind(Kind K) { return K == Decl::Friend; } function in namespace:clang
H A DExternalASTSource.h178 return FindExternalLexicalDecls(DC, DeclTy::classofKind, Result);
H A DDeclBase.h946 static bool classofKind(Kind K) { return true; } function in class:clang::Decl
1709 return To::classofKind(Val.getDeclKind());
/external/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h122 return FindExternalLexicalDecls(DC, DeclTy::classofKind, Result);
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp293 !CXXRecordDecl::classofKind(D->getKind()) &&
319 !CXXRecordDecl::classofKind(D->getKind()) &&
686 !ObjCIvarDecl::classofKind(D->getKind()) &&
687 !ObjCAtDefsFieldDecl::classofKind(D->getKind()) &&
/external/clang/lib/AST/
H A DDecl.cpp3546 return FieldDecl::classofKind(K) || IndirectFieldDecl::classofKind(K);

Completed in 148 milliseconds