Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyFile.cpp264 outputDependencyFile(Diags); in finishedMainFile()
346 void DependencyFileGenerator::outputDependencyFile(DiagnosticsEngine &Diags) { in outputDependencyFile() function in DependencyFileGenerator
359 outputDependencyFile(OS); in outputDependencyFile()
362 void DependencyFileGenerator::outputDependencyFile(llvm::raw_ostream &OS) { in outputDependencyFile() function in DependencyFileGenerator
/src/contrib/llvm-project/clang/include/clang/Frontend/
H A DUtils.h118 void outputDependencyFile(llvm::raw_ostream &OS);
121 void outputDependencyFile(DiagnosticsEngine &Diags);
/src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp59 outputDependencyFile(OS); in printDependencies()