Searched refs:shouldDeclBeIncluded (Results 1 – 2 of 2) sorted by relevance
128 bool shouldDeclBeIncluded(const Decl *Decl) const;296 if (!getDerivedExtractAPIVisitor().shouldDeclBeIncluded(Decl)) in VisitVarDecl()369 if (!getDerivedExtractAPIVisitor().shouldDeclBeIncluded(Decl)) in VisitFunctionDecl()409 if (!getDerivedExtractAPIVisitor().shouldDeclBeIncluded(Decl)) in VisitEnumDecl()537 if (!getDerivedExtractAPIVisitor().shouldDeclBeIncluded(Decl)) in VisitNamespaceDecl()581 if (!getDerivedExtractAPIVisitor().shouldDeclBeIncluded(Decl)) in VisitRecordDecl()636 if (!getDerivedExtractAPIVisitor().shouldDeclBeIncluded(Decl) || in VisitCXXRecordDecl()688 if (!getDerivedExtractAPIVisitor().shouldDeclBeIncluded(Decl) || in VisitCXXMethodDecl()753 if (!getDerivedExtractAPIVisitor().shouldDeclBeIncluded(Decl) || in VisitCXXConstructorDecl()787 if (!getDerivedExtractAPIVisitor().shouldDeclBeIncluded(Decl) || in VisitCXXDestructorDecl()[all …]
231 bool shouldDeclBeIncluded(const Decl *D) const { in shouldDeclBeIncluded() function