Home
last modified time | relevance | path

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

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