Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DDependencyFile.cpp187 DependencyFileGenerator::DependencyFileGenerator( in DependencyFileGenerator() function in DependencyFileGenerator
201 void DependencyFileGenerator::attachToPreprocessor(Preprocessor &PP) { in attachToPreprocessor()
209 bool DependencyFileGenerator::sawDependency(StringRef Filename, bool FromModule, in sawDependency()
231 void DependencyFileGenerator::finishedMainFile(DiagnosticsEngine &Diags) { in finishedMainFile()
314 void DependencyFileGenerator::outputDependencyFile(DiagnosticsEngine &Diags) { in outputDependencyFile()
330 void DependencyFileGenerator::outputDependencyFile(llvm::raw_ostream &OS) { in outputDependencyFile()
H A DCompilerInstance.cpp497 addDependencyCollector(std::make_shared<DependencyFileGenerator>(DepOpts)); in createPreprocessor()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DUtils.h118 class DependencyFileGenerator : public DependencyCollector {
120 DependencyFileGenerator(const DependencyOutputOptions &Opts);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp27 class DependencyConsumerForwarder : public DependencyFileGenerator {
31 : DependencyFileGenerator(*Opts), Opts(std::move(Opts)), C(C) {} in DependencyConsumerForwarder()
H A DDependencyScanningTool.cpp72 class DependencyPrinter : public DependencyFileGenerator { in getDependencyFile()
76 : DependencyFileGenerator(Opts) { in getDependencyFile()