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.cpp177 struct LocationFileChecker { struct
215 LocationFileChecker(const CompilerInstance &CI, in LocationFileChecker() function
245 BatchExtractAPIVisitor(LocationFileChecker &LCF, ASTContext &Context, in BatchExtractAPIVisitor()
250 LocationFileChecker &LCF;
270 std::unique_ptr<LocationFileChecker> LCF, APISet &API) in ExtractAPIConsumer()
280 std::unique_ptr<LocationFileChecker> LCF;
345 LocationFileChecker &LCF) in APIMacroCallback()
355 LocationFileChecker &LCF;
415 auto LCF = std::make_unique<LocationFileChecker>(CI, KnownInputFiles); in CreateASTConsumer()