Searched refs:DependencyOutputOptions (Results 1 – 14 of 14) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningTool.cpp | 29 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 D | DependencyScanningWorker.cpp | 42 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 D | ModuleDepCollector.cpp | 737 std::unique_ptr<DependencyOutputOptions> Opts, in ModuleDepCollector()
|
| /src/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | DependencyOutputOptions.h | 34 class DependencyOutputOptions { 90 DependencyOutputOptions() in DependencyOutputOptions() function
|
| H A D | CompilerInvocation.h | 109 std::shared_ptr<DependencyOutputOptions> DependencyOutputOpts; 142 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts() 260 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() 397 DependencyOutputOptions &getMutDependencyOutputOpts();
|
| H A D | Utils.h | 106 DependencyFileGenerator(const DependencyOutputOptions &Opts); 183 const DependencyOutputOptions &DepOpts,
|
| H A D | CompilerInstance.h | 290 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() 293 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts()
|
| /src/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.h | 25 class DependencyOutputOptions; variable 51 handleDependencyOutputOpts(const DependencyOutputOptions &Opts) = 0;
|
| H A D | ModuleDepCollector.h | 220 ModuleDepCollector(std::unique_ptr<DependencyOutputOptions> Opts, 263 std::unique_ptr<DependencyOutputOptions> Opts;
|
| H A D | DependencyScanningTool.h | 160 void handleDependencyOutputOpts(const DependencyOutputOptions &) override {} in handleDependencyOutputOpts() argument
|
| /src/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | HeaderIncludeGen.cpp | 23 const DependencyOutputOptions &DepOpts; 34 const DependencyOutputOptions &DepOpts, in HeaderIncludesCallback() 139 const DependencyOutputOptions &DepOpts, in AttachHeaderIncludeGen()
|
| H A D | DependencyFile.cpp | 220 const DependencyOutputOptions &Opts) in DependencyFileGenerator()
|
| H A D | CompilerInvocation.cpp | 151 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 D | CompilerInstance.cpp | 495 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor() 1272 Inv.getDependencyOutputOpts() = DependencyOutputOptions();
|