Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp178 struct LocationFileChecker { struct
216 LocationFileChecker(const CompilerInstance &CI, in LocationFileChecker() function
246 BatchExtractAPIVisitor(LocationFileChecker &LCF, ASTContext &Context, in BatchExtractAPIVisitor()
251 LocationFileChecker &LCF;
271 std::unique_ptr<LocationFileChecker> LCF, APISet &API) in ExtractAPIConsumer()
281 std::unique_ptr<LocationFileChecker> LCF;
366 LocationFileChecker &LCF) in APIMacroCallback()
375 LocationFileChecker &LCF;
435 auto LCF = std::make_unique<LocationFileChecker>(CI, KnownInputFiles); in CreateASTConsumer()