Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp177 struct LocationFileChecker { struct
215 LocationFileChecker(const CompilerInstance &CI, in LocationFileChecker() argument
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;
364 LocationFileChecker &LCF) in APIMacroCallback()
373 LocationFileChecker &LCF;
416 auto LCF = std::make_unique<LocationFileChecker>(CI, KnownInputFiles); in CreateASTConsumer()