Searched refs:classofKind (Results 1 - 9 of 9) 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.h96 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
97 static bool classofKind(Kind K) { return K == TranslationUnit; } function in class:clang::TranslationUnitDecl
133 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
134 static bool classofKind(Kind K) { return K == ExternCContext; } function in class:clang::ExternCContextDecl
340 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
396 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
397 static bool classofKind(Kind K) { return K == Label; } function in class:clang::LabelDecl
514 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
515 static bool classofKind(Kin function in class:clang::NamespaceDecl
548 static bool classofKind(Kind K) { return K >= firstValue && K <= lastValue; } function in class:clang::ValueDecl
[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
1692 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1693 static bool classofKind(Kind K) { function in class:clang::CXXRecordDecl
1870 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1871 static bool classofKind(Kind K) { function in class:clang::CXXMethodDecl
2331 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
2332 static bool classofKind(Kind K) { return K == CXXConstructor; } function in class:clang::CXXCtorInitializer
2378 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
2379 static bool classofKind(Kin function in class:clang::CXXDestructorDecl
2445 static bool classofKind(Kind K) { return K == CXXConversion; } function in class:clang::CXXConversionDecl
2530 static bool classofKind(Kind K) { return K == LinkageSpec; } function in class:clang::LinkageSpecDecl
2637 static bool classofKind(Kind K) { return K == UsingDirective; } function in class:clang::UsingDirectiveDecl
2753 static bool classofKind(Kind K) { return K == NamespaceAlias; } function in class:clang::NamespaceAliasDecl
2849 static bool classofKind(Kind K) { return K == Decl::UsingShadow; } function in class:clang::UsingShadowDecl
2990 static bool classofKind(Kind K) { return K == Using; } function in class:clang::UsingDecl
3073 static bool classofKind(Kind K) { return K == UnresolvedUsingValue; } function in class:clang::UnresolvedUsingValueDecl
3145 static bool classofKind(Kind K) { return K == UnresolvedUsingTypename; } function in class:clang::UnresolvedUsingTypenameDecl
3184 static bool classofKind(Kind K) { return K == StaticAssert; } function in class:clang::StaticAssertDecl
[all...]
H A DDeclObjC.h500 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
501 static bool classofKind(Kind K) { return K == ObjCMethod; } function in class:clang::ObjCList
601 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
602 static bool classofKind(Kind K) { return K == ObjCTypeParam; } function in class:clang::ObjCTypeParamDecl
812 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
813 static bool classofKind(Kind K) { function in class:clang::ObjCContainerDecl
1580 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1581 static bool classofKind(Kind K) { return K == ObjCInterface; } function in class:clang::ObjCInterfaceDecl
1660 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1661 static bool classofKind(Kin function in class:clang::ObjCIvarDecl
1693 static bool classofKind(Kind K) { return K == ObjCAtDefsField; } function in class:clang::ObjCAtDefsFieldDecl
1905 static bool classofKind(Kind K) { return K == ObjCProtocol; } function in class:clang::ObjCProtocolDecl
2060 static bool classofKind(Kind K) { return K == ObjCCategory; } function in class:clang::ObjCCategoryDecl
2119 static bool classofKind(Kind K) { function in class:clang::ObjCImplDecl
2193 static bool classofKind(Kind K) { return K == ObjCCategoryImpl;} function in class:clang::ObjCCategoryImplDecl
2373 static bool classofKind(Kind K) { return K == ObjCImplementation; } function in class:clang::ObjCImplementationDecl
2404 static bool classofKind(Kind K) { return K == ObjCCompatibleAlias; } function in class:clang::ObjCCompatibleAliasDecl
2596 static bool classofKind(Kind K) { return K == ObjCProperty; } function in class:clang::ObjCPropertyDecl
2706 static bool classofKind(Decl::Kind K) { return K == ObjCPropertyImpl; } function in class:clang::ObjCPropertyImplDecl
[all...]
H A DDeclTemplate.h365 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
366 static bool classofKind(Kind K) { function in class:clang::TemplateDecl
809 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
810 static bool classofKind(Kind K) { function
980 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
981 static bool classofKind(Kind K) { return K == FunctionTemplate; } function in class:clang::FunctionTemplateDecl
1126 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1127 static bool classofKind(Kind K) { return K == TemplateTypeParm; } function in class:clang::TemplateTypeParmDecl
1313 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1314 static bool classofKind(Kin
1478 static bool classofKind(Kind K) { return K == TemplateTemplateParm; } function in class:clang::final
1499 static bool classofKind(Kind K) { return K == BuiltinTemplate; } function in class:clang::BuiltinTemplateDecl
1773 static bool classofKind(Kind K) { function in class:clang::ClassTemplateSpecializationDecl
1924 static bool classofKind(Kind K) { function in class:clang::ClassTemplatePartialSpecializationDecl
2123 static bool classofKind(Kind K) { return K == ClassTemplate; } function in class:clang::ClassTemplateDecl
2219 static bool classofKind(Kind K) { return K == Decl::FriendTemplate; } function in class:clang::FriendTemplateDecl
2297 static bool classofKind(Kind K) { return K == TypeAliasTemplate; } function in class:clang::TypeAliasTemplateDecl
2356 static bool classofKind(Kind K) { function in class:clang::ClassScopeFunctionSpecializationDecl
2621 static bool classofKind(Kind K) { function in class:clang::VarTemplateSpecializationDecl
2753 static bool classofKind(Kind K) { function in class:clang::VarTemplatePartialSpecializationDecl
2922 static bool classofKind(Kind K) { return K == VarTemplate; } function in class:clang::VarTemplateDecl
[all...]
H A DDeclFriend.h169 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
170 static bool classofKind(Kind K) { return K == Decl::Friend; } function in namespace:clang
H A DDeclBase.h989 static bool classofKind(Kind K) { return true; } function in class:clang::Decl
1841 return To::classofKind(Val.getDeclKind());
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp421 !CXXRecordDecl::classofKind(D->getKind()) &&
450 !CXXRecordDecl::classofKind(D->getKind()) &&
841 !ObjCIvarDecl::classofKind(D->getKind()) &&
842 !ObjCAtDefsFieldDecl::classofKind(D->getKind()) &&
/external/clang/lib/AST/
H A DDecl.cpp3671 return FieldDecl::classofKind(K) || IndirectFieldDecl::classofKind(K);

Completed in 113 milliseconds