Searched refs:DependencyFileGenerator (Results 1 – 5 of 5) sorted by relevance
193 DependencyFileGenerator::DependencyFileGenerator( in DependencyFileGenerator() function in DependencyFileGenerator207 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()
498 addDependencyCollector(std::make_shared<DependencyFileGenerator>(DepOpts)); in createPreprocessor()
104 class DependencyFileGenerator : public DependencyCollector {106 DependencyFileGenerator(const DependencyOutputOptions &Opts);
48 class DependencyPrinter : public DependencyFileGenerator { in printDependencies()52 : DependencyFileGenerator(Opts) { in printDependencies()
38 class DependencyConsumerForwarder : public DependencyFileGenerator {42 : DependencyFileGenerator(*Opts), WorkingDirectory(WorkingDirectory), in DependencyConsumerForwarder()