Home
last modified time | relevance | path

Searched refs:shouldDeclBeIncluded (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h128 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 …]
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp231 bool shouldDeclBeIncluded(const Decl *D) const { in shouldDeclBeIncluded() function