Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp29 handleDependencyOutputOpts(const DependencyOutputOptions &Opts) override { in handleDependencyOutputOpts()
30 this->Opts = std::make_unique<DependencyOutputOptions>(Opts); in handleDependencyOutputOpts()
50 DependencyPrinter(DependencyOutputOptions &Opts, in printDependencies()
68 std::unique_ptr<DependencyOutputOptions> Opts;
H A DDependencyScanningWorker.cpp42 DependencyConsumerForwarder(std::unique_ptr<DependencyOutputOptions> Opts, in DependencyConsumerForwarder()
60 std::unique_ptr<DependencyOutputOptions> Opts;
383 auto Opts = std::make_unique<DependencyOutputOptions>(); in runInvocation()
H A DModuleDepCollector.cpp737 std::unique_ptr<DependencyOutputOptions> Opts, in ModuleDepCollector()
/src/contrib/llvm-project/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h34 class DependencyOutputOptions {
90 DependencyOutputOptions() in DependencyOutputOptions() function
H A DCompilerInvocation.h109 std::shared_ptr<DependencyOutputOptions> DependencyOutputOpts;
142 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts()
260 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts()
397 DependencyOutputOptions &getMutDependencyOutputOpts();
H A DUtils.h106 DependencyFileGenerator(const DependencyOutputOptions &Opts);
183 const DependencyOutputOptions &DepOpts,
H A DCompilerInstance.h290 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts()
293 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts()
/src/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningWorker.h25 class DependencyOutputOptions; variable
51 handleDependencyOutputOpts(const DependencyOutputOptions &Opts) = 0;
H A DModuleDepCollector.h220 ModuleDepCollector(std::unique_ptr<DependencyOutputOptions> Opts,
263 std::unique_ptr<DependencyOutputOptions> Opts;
H A DDependencyScanningTool.h160 void handleDependencyOutputOpts(const DependencyOutputOptions &) override {} in handleDependencyOutputOpts() argument
/src/contrib/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp23 const DependencyOutputOptions &DepOpts;
34 const DependencyOutputOptions &DepOpts, in HeaderIncludesCallback()
139 const DependencyOutputOptions &DepOpts, in AttachHeaderIncludeGen()
H A DDependencyFile.cpp220 const DependencyOutputOptions &Opts) in DependencyFileGenerator()
H A DCompilerInvocation.cpp151 DependencyOutputOpts(std::make_shared<DependencyOutputOptions>()), in CompilerInvocationBase()
265 DependencyOutputOptions &CowCompilerInvocation::getMutDependencyOutputOpts() { in getMutDependencyOutputOpts()
2234 static void GenerateDependencyOutputArgs(const DependencyOutputOptions &Opts, in GenerateDependencyOutputArgs()
2236 const DependencyOutputOptions &DependencyOutputOpts = Opts; in GenerateDependencyOutputArgs()
2265 static bool ParseDependencyOutputArgs(DependencyOutputOptions &Opts, in ParseDependencyOutputArgs()
2271 DependencyOutputOptions &DependencyOutputOpts = Opts; in ParseDependencyOutputArgs()
H A DCompilerInstance.cpp495 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor()
1272 Inv.getDependencyOutputOpts() = DependencyOutputOptions();