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.cpp230 struct BatchExtractAPIVisitor : ExtractAPIVisitor<BatchExtractAPIVisitor> { struct
231 bool shouldDeclBeIncluded(const Decl *D) const { in shouldDeclBeIncluded()
245 BatchExtractAPIVisitor(LocationFileChecker &LCF, ASTContext &Context, in BatchExtractAPIVisitor() argument
250 LocationFileChecker &LCF;