Home
last modified time | relevance | path

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

/freebsd/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()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp40 class DependencyConsumerForwarder : public DependencyFileGenerator {
44 : DependencyFileGenerator(*Opts), WorkingDirectory(WorkingDirectory), in DependencyConsumerForwarder()