Searched refs:shouldDeclBeIncluded (Results 1 – 2 of 2) sorted by relevance
124 bool shouldDeclBeIncluded(const Decl *Decl) const;281 if (!getDerivedExtractAPIVisitor().shouldDeclBeIncluded(Decl)) in VisitVarDecl()354 if (!getDerivedExtractAPIVisitor().shouldDeclBeIncluded(Decl)) in VisitFunctionDecl()394 if (!getDerivedExtractAPIVisitor().shouldDeclBeIncluded(Decl)) in VisitEnumDecl()522 if (!getDerivedExtractAPIVisitor().shouldDeclBeIncluded(Decl)) in VisitNamespaceDecl()553 if (!getDerivedExtractAPIVisitor().shouldDeclBeIncluded(Decl)) in VisitRecordDecl()594 if (!getDerivedExtractAPIVisitor().shouldDeclBeIncluded(Decl) || in VisitCXXRecordDecl()646 if (!getDerivedExtractAPIVisitor().shouldDeclBeIncluded(Decl) || in VisitCXXMethodDecl()711 if (!getDerivedExtractAPIVisitor().shouldDeclBeIncluded(Decl) || in VisitCXXConstructorDecl()745 if (!getDerivedExtractAPIVisitor().shouldDeclBeIncluded(Decl) || in VisitCXXDestructorDecl()[all …]
232 bool shouldDeclBeIncluded(const Decl *D) const { in shouldDeclBeIncluded() function