Home
last modified time | relevance | path

Searched defs:BatchExtractAPIVisitor (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp231 struct BatchExtractAPIVisitor : ExtractAPIVisitor<BatchExtractAPIVisitor> { struct
232 bool shouldDeclBeIncluded(const Decl *D) const { in shouldDeclBeIncluded()
246 BatchExtractAPIVisitor(LocationFileChecker &LCF, ASTContext &Context, in BatchExtractAPIVisitor() function
251 LocationFileChecker &LCF;