Searched refs:shouldDeclBeIncluded (Results 1 – 2 of 2) sorted by relevance
123 bool shouldDeclBeIncluded(const Decl *Decl) const;249 if (!getDerivedExtractAPIVisitor().shouldDeclBeIncluded(Decl)) in VisitVarDecl()319 if (!getDerivedExtractAPIVisitor().shouldDeclBeIncluded(Decl)) in VisitFunctionDecl()357 if (!getDerivedExtractAPIVisitor().shouldDeclBeIncluded(Decl)) in VisitEnumDecl()480 if (!getDerivedExtractAPIVisitor().shouldDeclBeIncluded(Decl)) in VisitNamespaceDecl()510 if (!getDerivedExtractAPIVisitor().shouldDeclBeIncluded(Decl)) in VisitRecordDecl()739 if (!getDerivedExtractAPIVisitor().shouldDeclBeIncluded(Decl)) in VisitConceptDecl()764 if (!getDerivedExtractAPIVisitor().shouldDeclBeIncluded(Decl)) in VisitClassTemplateSpecializationDecl()798 if (!getDerivedExtractAPIVisitor().shouldDeclBeIncluded(Decl)) in VisitClassTemplatePartialSpecializationDecl()830 if (!getDerivedExtractAPIVisitor().shouldDeclBeIncluded(Decl)) in VisitVarTemplateDecl()[all …]
231 bool shouldDeclBeIncluded(const Decl *D) const { in shouldDeclBeIncluded() function