Searched refs:DependencyFileGenerator (Results 1 – 5 of 5) sorted by relevance
191 DependencyFileGenerator::DependencyFileGenerator( in DependencyFileGenerator() function in DependencyFileGenerator205 void DependencyFileGenerator::attachToPreprocessor(Preprocessor &PP) { in attachToPreprocessor()213 bool DependencyFileGenerator::sawDependency(StringRef Filename, bool FromModule, in sawDependency()235 void DependencyFileGenerator::finishedMainFile(DiagnosticsEngine &Diags) { in finishedMainFile()318 void DependencyFileGenerator::outputDependencyFile(DiagnosticsEngine &Diags) { in outputDependencyFile()334 void DependencyFileGenerator::outputDependencyFile(llvm::raw_ostream &OS) { in outputDependencyFile()
506 addDependencyCollector(std::make_shared<DependencyFileGenerator>(DepOpts)); in createPreprocessor()
102 class DependencyFileGenerator : public DependencyCollector {104 DependencyFileGenerator(const DependencyOutputOptions &Opts);
78 class DependencyPrinter : public DependencyFileGenerator { in printDependencies()82 : DependencyFileGenerator(Opts) { in printDependencies()
35 class DependencyConsumerForwarder : public DependencyFileGenerator {39 : DependencyFileGenerator(*Opts), WorkingDirectory(WorkingDirectory), in DependencyConsumerForwarder()