Searched refs:DependencyOutputOptions (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14.2/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 | 40 DependencyConsumerForwarder(std::unique_ptr<DependencyOutputOptions> Opts, in DependencyConsumerForwarder() 58 std::unique_ptr<DependencyOutputOptions> Opts; 224 auto Opts = std::make_unique<DependencyOutputOptions>(); in runInvocation()
|
| H A D | ModuleDepCollector.cpp | 661 std::unique_ptr<DependencyOutputOptions> Opts, in ModuleDepCollector()
|
| /freebsd-14.2/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() 255 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() 382 DependencyOutputOptions &getMutDependencyOutputOpts();
|
| H A D | Utils.h | 106 DependencyFileGenerator(const DependencyOutputOptions &Opts); 183 const DependencyOutputOptions &DepOpts,
|
| H A D | CompilerInstance.h | 269 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() 272 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts()
|
| /freebsd-14.2/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 | 212 ModuleDepCollector(std::unique_ptr<DependencyOutputOptions> Opts, 252 std::unique_ptr<DependencyOutputOptions> Opts;
|
| H A D | DependencyScanningTool.h | 160 void handleDependencyOutputOpts(const DependencyOutputOptions &) override {} in handleDependencyOutputOpts() argument
|
| /freebsd-14.2/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 | 194 const DependencyOutputOptions &Opts) in DependencyFileGenerator()
|
| H A D | CompilerInvocation.cpp | 151 DependencyOutputOpts(std::make_shared<DependencyOutputOptions>()), in CompilerInvocationBase() 254 DependencyOutputOptions &CowCompilerInvocation::getMutDependencyOutputOpts() { in getMutDependencyOutputOpts() 2161 static void GenerateDependencyOutputArgs(const DependencyOutputOptions &Opts, in GenerateDependencyOutputArgs() 2163 const DependencyOutputOptions &DependencyOutputOpts = Opts; in GenerateDependencyOutputArgs() 2192 static bool ParseDependencyOutputArgs(DependencyOutputOptions &Opts, in ParseDependencyOutputArgs() 2198 DependencyOutputOptions &DependencyOutputOpts = Opts; in ParseDependencyOutputArgs()
|
| H A D | CompilerInstance.cpp | 496 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor() 1264 Inv.getDependencyOutputOpts() = DependencyOutputOptions();
|