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

/external/clang/include/clang/AST/
H A DDeclOpenMP.h88 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
89 static bool classofKind(Kind K) { return K == OMPThreadPrivate; } function in class:clang::final
153 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
154 static bool classofKind(Kind K) { return K == OMPDeclareReduction; } function in class:clang::final
189 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
190 static bool classofKind(Kind K) { return K == OMPCapturedExpr; } function in class:clang::final
H A DDecl.h97 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
98 static bool classofKind(Kind K) { return K == TranslationUnit; } function in class:clang::TranslationUnitDecl
137 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
138 static bool classofKind(Kind K) { return K == PragmaComment; } function in class:clang::final
170 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
171 static bool classofKind(Kind K) { return K == PragmaDetectMismatch; } function in class:clang::final
201 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
202 static bool classofKind(Kind K) { return K == ExternCContext; } function in class:clang::ExternCContextDecl
410 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
411 static bool classofKind(Kin function in class:clang::NamedDecl
467 static bool classofKind(Kind K) { return K == Label; } function in class:clang::LabelDecl
575 static bool classofKind(Kind K) { return K == Namespace; } function in class:clang::NamespaceDecl
608 static bool classofKind(Kind K) { return K >= firstValue && K <= lastValue; } function in class:clang::ValueDecl
[all...]
H A DDeclCXX.h138 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
139 static bool classofKind(Kind K) { return K == AccessSpec; } function in class:clang::AccessSpecDecl
1720 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1721 static bool classofKind(Kind K) { function in class:clang::CXXRecordDecl
1901 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1902 static bool classofKind(Kind K) { function in class:clang::CXXMethodDecl
2396 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
2397 static bool classofKind(Kind K) { return K == CXXConstructor; } function in class:clang::final
2444 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
2445 static bool classofKind(Kin function in class:clang::CXXDestructorDecl
2511 static bool classofKind(Kind K) { return K == CXXConversion; } function in class:clang::CXXConversionDecl
2596 static bool classofKind(Kind K) { return K == LinkageSpec; } function in class:clang::LinkageSpecDecl
2703 static bool classofKind(Kind K) { return K == UsingDirective; } function in class:clang::UsingDirectiveDecl
2819 static bool classofKind(Kind K) { return K == NamespaceAlias; } function in class:clang::NamespaceAliasDecl
2909 static bool classofKind(Kind K) { function in class:clang::UsingShadowDecl
3027 static bool classofKind(Kind K) { return K == ConstructorUsingShadow; } function in class:clang::final
3168 static bool classofKind(Kind K) { return K == Using; } function in class:clang::UsingDecl
3251 static bool classofKind(Kind K) { return K == UnresolvedUsingValue; } function in class:clang::UnresolvedUsingValueDecl
3323 static bool classofKind(Kind K) { return K == UnresolvedUsingTypename; } function in class:clang::UnresolvedUsingTypenameDecl
3362 static bool classofKind(Kind K) { return K == StaticAssert; } function in class:clang::StaticAssertDecl
[all...]
H A DDeclTemplate.h361 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
362 static bool classofKind(Kind K) { function in class:clang::final::TemplateDecl
814 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
815 static bool classofKind(Kind K) { function in class:clang::final
985 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
986 static bool classofKind(Kind K) { return K == FunctionTemplate; } function in class:clang::FunctionTemplateDecl
1131 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1132 static bool classofKind(Kind K) { return K == TemplateTypeParm; } function in class:clang::TemplateTypeParmDecl
1316 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1317 static bool classofKind(Kin
1480 static bool classofKind(Kind K) { return K == TemplateTemplateParm; } function in class:clang::final
1501 static bool classofKind(Kind K) { return K == BuiltinTemplate; } function in class:clang::BuiltinTemplateDecl
1773 static bool classofKind(Kind K) { function in class:clang::ClassTemplateSpecializationDecl
1926 static bool classofKind(Kind K) { function in class:clang::ClassTemplatePartialSpecializationDecl
2125 static bool classofKind(Kind K) { return K == ClassTemplate; } function in class:clang::ClassTemplateDecl
2212 static bool classofKind(Kind K) { return K == Decl::FriendTemplate; } function in class:clang::FriendTemplateDecl
2290 static bool classofKind(Kind K) { return K == TypeAliasTemplate; } function in class:clang::TypeAliasTemplateDecl
2349 static bool classofKind(Kind K) { function in class:clang::ClassScopeFunctionSpecializationDecl
2608 static bool classofKind(Kind K) { function in class:clang::VarTemplateSpecializationDecl
2740 static bool classofKind(Kind K) { function in class:clang::VarTemplatePartialSpecializationDecl
2909 static bool classofKind(Kind K) { return K == VarTemplate; } function in class:clang::VarTemplateDecl
[all...]
H A DDeclObjC.h495 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
496 static bool classofKind(Kind K) { return K == ObjCMethod; } function in class:clang::ObjCList
596 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
597 static bool classofKind(Kind K) { return K == ObjCTypeParam; } function in class:clang::ObjCTypeParamDecl
893 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
894 static bool classofKind(Kind K) { return K == ObjCProperty; } function in class:clang::ObjCPropertyDecl
1052 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1053 static bool classofKind(Kind K) { function in class:clang::ObjCContainerDecl
1822 static bool classof(const Decl *D) { return classofKind(D->getKind()); }
1823 static bool classofKind(Kin function in class:clang::ObjCInterfaceDecl
1903 static bool classofKind(Kind K) { return K == ObjCIvar; } function in class:clang::ObjCIvarDecl
1935 static bool classofKind(Kind K) { return K == ObjCAtDefsField; } function in class:clang::ObjCAtDefsFieldDecl
2147 static bool classofKind(Kind K) { return K == ObjCProtocol; } function in class:clang::ObjCProtocolDecl
2302 static bool classofKind(Kind K) { return K == ObjCCategory; } function in class:clang::ObjCCategoryDecl
2362 static bool classofKind(Kind K) { function in class:clang::ObjCImplDecl
2436 static bool classofKind(Kind K) { return K == ObjCCategoryImpl;} function in class:clang::ObjCCategoryImplDecl
2616 static bool classofKind(Kind K) { return K == ObjCImplementation; } function in class:clang::ObjCImplementationDecl
2647 static bool classofKind(Kind K) { return K == ObjCCompatibleAlias; } function in class:clang::ObjCCompatibleAliasDecl
2758 static bool classofKind(Decl::Kind K) { return K == ObjCPropertyImpl; } function in class:clang::ObjCPropertyImplDecl
[all...]
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 DDeclBase.h1007 static bool classofKind(Kind K) { return true; } function
1860 return To::classofKind(Val.getDeclKind());
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp447 !CXXRecordDecl::classofKind(D->getKind()) &&
476 !CXXRecordDecl::classofKind(D->getKind()) &&
864 !ObjCIvarDecl::classofKind(D->getKind()) &&
865 !ObjCAtDefsFieldDecl::classofKind(D->getKind()) &&
/external/clang/lib/AST/
H A DDecl.cpp3797 return FieldDecl::classofKind(K) || IndirectFieldDecl::classofKind(K);

Completed in 295 milliseconds