Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyFile.cpp219 DependencyFileGenerator::DependencyFileGenerator( in DependencyFileGenerator() function in DependencyFileGenerator
233 void DependencyFileGenerator::attachToPreprocessor(Preprocessor &PP) { in attachToPreprocessor()
241 bool DependencyFileGenerator::sawDependency(StringRef Filename, bool FromModule, in sawDependency()
263 void DependencyFileGenerator::finishedMainFile(DiagnosticsEngine &Diags) { in finishedMainFile()
346 void DependencyFileGenerator::outputDependencyFile(DiagnosticsEngine &Diags) { in outputDependencyFile()
362 void DependencyFileGenerator::outputDependencyFile(llvm::raw_ostream &OS) { in outputDependencyFile()
H A DCompilerInstance.cpp497 addDependencyCollector(std::make_shared<DependencyFileGenerator>(DepOpts)); in createPreprocessor()
/src/contrib/llvm-project/clang/include/clang/Frontend/
H A DUtils.h104 class DependencyFileGenerator : public DependencyCollector {
106 DependencyFileGenerator(const DependencyOutputOptions &Opts);
/src/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.cpp40 class DependencyConsumerForwarder : public DependencyFileGenerator {
44 : DependencyFileGenerator(*Opts), WorkingDirectory(WorkingDirectory), in DependencyConsumerForwarder()