Home
last modified time | relevance | path

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

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