Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyFile.cpp193 DependencyFileGenerator::DependencyFileGenerator( in DependencyFileGenerator() function in DependencyFileGenerator
207 void DependencyFileGenerator::attachToPreprocessor(Preprocessor &PP) { in attachToPreprocessor()
215 bool DependencyFileGenerator::sawDependency(StringRef Filename, bool FromModule, in sawDependency()
237 void DependencyFileGenerator::finishedMainFile(DiagnosticsEngine &Diags) { in finishedMainFile()
320 void DependencyFileGenerator::outputDependencyFile(DiagnosticsEngine &Diags) { in outputDependencyFile()
336 void DependencyFileGenerator::outputDependencyFile(llvm::raw_ostream &OS) { in outputDependencyFile()
H A DCompilerInstance.cpp498 addDependencyCollector(std::make_shared<DependencyFileGenerator>(DepOpts)); in createPreprocessor()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DUtils.h104 class DependencyFileGenerator : public DependencyCollector {
106 DependencyFileGenerator(const DependencyOutputOptions &Opts);
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp48 class DependencyPrinter : public DependencyFileGenerator { in printDependencies()
52 : DependencyFileGenerator(Opts) { in printDependencies()
H A DDependencyScanningWorker.cpp38 class DependencyConsumerForwarder : public DependencyFileGenerator {
42 : DependencyFileGenerator(*Opts), WorkingDirectory(WorkingDirectory), in DependencyConsumerForwarder()