Lines Matching refs:Decl
726 const internal::VariadicDynCastAllOfMatcher<Decl, TranslationUnitDecl>
728 const internal::VariadicDynCastAllOfMatcher<Decl, TypedefDecl> typedefDecl;
729 const internal::VariadicDynCastAllOfMatcher<Decl, TypedefNameDecl>
731 const internal::VariadicDynCastAllOfMatcher<Decl, TypeAliasDecl> typeAliasDecl;
732 const internal::VariadicDynCastAllOfMatcher<Decl, TypeAliasTemplateDecl>
734 const internal::VariadicAllOfMatcher<Decl> decl;
735 const internal::VariadicDynCastAllOfMatcher<Decl, DecompositionDecl> decompositionDecl;
736 const internal::VariadicDynCastAllOfMatcher<Decl, BindingDecl> bindingDecl;
737 const internal::VariadicDynCastAllOfMatcher<Decl, LinkageSpecDecl>
739 const internal::VariadicDynCastAllOfMatcher<Decl, NamedDecl> namedDecl;
740 const internal::VariadicDynCastAllOfMatcher<Decl, LabelDecl> labelDecl;
741 const internal::VariadicDynCastAllOfMatcher<Decl, NamespaceDecl> namespaceDecl;
742 const internal::VariadicDynCastAllOfMatcher<Decl, NamespaceAliasDecl>
744 const internal::VariadicDynCastAllOfMatcher<Decl, RecordDecl> recordDecl;
745 const internal::VariadicDynCastAllOfMatcher<Decl, CXXRecordDecl> cxxRecordDecl;
746 const internal::VariadicDynCastAllOfMatcher<Decl, ClassTemplateDecl>
748 const internal::VariadicDynCastAllOfMatcher<Decl,
752 Decl, ClassTemplatePartialSpecializationDecl>
754 const internal::VariadicDynCastAllOfMatcher<Decl, DeclaratorDecl>
756 const internal::VariadicDynCastAllOfMatcher<Decl, ParmVarDecl> parmVarDecl;
757 const internal::VariadicDynCastAllOfMatcher<Decl, AccessSpecDecl>
764 const internal::VariadicDynCastAllOfMatcher<Decl, NonTypeTemplateParmDecl>
766 const internal::VariadicDynCastAllOfMatcher<Decl, TemplateTypeParmDecl>
768 const internal::VariadicDynCastAllOfMatcher<Decl, TemplateTemplateParmDecl>
790 const internal::VariadicDynCastAllOfMatcher<Decl, ValueDecl> valueDecl;
791 const internal::VariadicDynCastAllOfMatcher<Decl, CXXConstructorDecl>
793 const internal::VariadicDynCastAllOfMatcher<Decl, CXXDestructorDecl>
795 const internal::VariadicDynCastAllOfMatcher<Decl, EnumDecl> enumDecl;
796 const internal::VariadicDynCastAllOfMatcher<Decl, EnumConstantDecl>
798 const internal::VariadicDynCastAllOfMatcher<Decl, TagDecl> tagDecl;
799 const internal::VariadicDynCastAllOfMatcher<Decl, CXXMethodDecl> cxxMethodDecl;
800 const internal::VariadicDynCastAllOfMatcher<Decl, CXXConversionDecl>
802 const internal::VariadicDynCastAllOfMatcher<Decl, VarDecl> varDecl;
803 const internal::VariadicDynCastAllOfMatcher<Decl, FieldDecl> fieldDecl;
804 const internal::VariadicDynCastAllOfMatcher<Decl, IndirectFieldDecl>
806 const internal::VariadicDynCastAllOfMatcher<Decl, FunctionDecl> functionDecl;
807 const internal::VariadicDynCastAllOfMatcher<Decl, FunctionTemplateDecl>
809 const internal::VariadicDynCastAllOfMatcher<Decl, FriendDecl> friendDecl;
823 const internal::VariadicDynCastAllOfMatcher<Decl, ObjCInterfaceDecl>
825 const internal::VariadicDynCastAllOfMatcher<Decl, ObjCImplementationDecl>
827 const internal::VariadicDynCastAllOfMatcher<Decl, ObjCProtocolDecl>
829 const internal::VariadicDynCastAllOfMatcher<Decl, ObjCCategoryDecl>
831 const internal::VariadicDynCastAllOfMatcher<Decl, ObjCCategoryImplDecl>
833 const internal::VariadicDynCastAllOfMatcher<Decl, ObjCMethodDecl>
835 const internal::VariadicDynCastAllOfMatcher<Decl, BlockDecl>
837 const internal::VariadicDynCastAllOfMatcher<Decl, ObjCIvarDecl> objcIvarDecl;
838 const internal::VariadicDynCastAllOfMatcher<Decl, ObjCPropertyDecl>
857 const internal::VariadicDynCastAllOfMatcher<Decl, UsingDecl> usingDecl;
858 const internal::VariadicDynCastAllOfMatcher<Decl, UsingEnumDecl> usingEnumDecl;
859 const internal::VariadicDynCastAllOfMatcher<Decl, UsingDirectiveDecl>
863 const internal::VariadicDynCastAllOfMatcher<Decl, UnresolvedUsingValueDecl>
865 const internal::VariadicDynCastAllOfMatcher<Decl, UnresolvedUsingTypenameDecl>
960 const internal::VariadicDynCastAllOfMatcher<Decl, StaticAssertDecl>
1018 internal::TypeList<Decl, NestedNameSpecifierLoc, Stmt, TypeLoc, Attr>,
1019 internal::TypeList<Decl, NestedNameSpecifierLoc, Stmt, TypeLoc, Attr>>
1023 internal::TypeList<Decl, NestedNameSpecifierLoc, Stmt, TypeLoc, Attr>,
1024 internal::TypeList<Decl, NestedNameSpecifierLoc, Stmt, TypeLoc, Attr>>
1082 const internal::VariadicDynCastAllOfMatcher<Decl, CXXDeductionGuideDecl>