Home
last modified time | relevance | path

Searched refs:DependencyOutputOptions (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp53 void handleFileDependency(const DependencyOutputOptions &Opts, in getDependencyFile()
56 this->Opts = std::make_unique<DependencyOutputOptions>(Opts); in getDependencyFile()
74 DependencyPrinter(DependencyOutputOptions &Opts, in getDependencyFile()
92 std::unique_ptr<DependencyOutputOptions> Opts; in getDependencyFile()
123 void handleFileDependency(const DependencyOutputOptions &Opts, in getFullDependencies()
H A DDependencyScanningWorker.cpp29 DependencyConsumerForwarder(std::unique_ptr<DependencyOutputOptions> Opts, in DependencyConsumerForwarder()
43 std::unique_ptr<DependencyOutputOptions> Opts;
110 auto Opts = std::make_unique<DependencyOutputOptions>( in runInvocation()
H A DModuleDepCollector.cpp238 std::unique_ptr<DependencyOutputOptions> Opts, CompilerInstance &I, in ModuleDepCollector()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h33 class DependencyOutputOptions {
80 DependencyOutputOptions() in DependencyOutputOptions() function
H A DCompilerInvocation.h139 DependencyOutputOptions DependencyOutputOpts;
157 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts()
161 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts()
H A DUtils.h120 DependencyFileGenerator(const DependencyOutputOptions &Opts);
197 const DependencyOutputOptions &DepOpts,
H A DCompilerInstance.h260 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts()
263 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningWorker.h26 class DependencyOutputOptions; variable
37 virtual void handleFileDependency(const DependencyOutputOptions &Opts,
H A DModuleDepCollector.h160 ModuleDepCollector(std::unique_ptr<DependencyOutputOptions> Opts,
183 std::unique_ptr<DependencyOutputOptions> Opts;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp22 const DependencyOutputOptions &DepOpts;
33 const DependencyOutputOptions &DepOpts, in HeaderIncludesCallback()
82 const DependencyOutputOptions &DepOpts, in AttachHeaderIncludeGen()
H A DDependencyFile.cpp188 const DependencyOutputOptions &Opts) in DependencyFileGenerator()
H A DCompilerInstance.cpp495 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor()
1136 Inv.getDependencyOutputOpts() = DependencyOutputOptions();
H A DCompilerInvocation.cpp1967 GenerateDependencyOutputArgs(const DependencyOutputOptions &Opts, in GenerateDependencyOutputArgs()
1970 const DependencyOutputOptions &DependencyOutputOpts = Opts; in GenerateDependencyOutputArgs()
2005 static bool ParseDependencyOutputArgs(DependencyOutputOptions &Opts, in ParseDependencyOutputArgs()
2011 DependencyOutputOptions &DependencyOutputOpts = Opts; in ParseDependencyOutputArgs()