Searched refs:DependencyOutputOptions (Results 1 – 16 of 16) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningTool.cpp | 64 handleDependencyOutputOpts(const DependencyOutputOptions &Opts) override { in getDependencyFile() 65 this->Opts = std::make_unique<DependencyOutputOptions>(Opts); in getDependencyFile() 89 DependencyPrinter(DependencyOutputOptions &Opts, in getDependencyFile() 107 std::unique_ptr<DependencyOutputOptions> Opts; in getDependencyFile() 132 handleDependencyOutputOpts(const DependencyOutputOptions &Opts) override {} in getFullDependencies()
|
| H A D | DependencyScanningWorker.cpp | 30 DependencyConsumerForwarder(std::unique_ptr<DependencyOutputOptions> Opts, in DependencyConsumerForwarder() 45 std::unique_ptr<DependencyOutputOptions> Opts; 211 auto Opts = std::make_unique<DependencyOutputOptions>(); in runInvocation()
|
| H A D | ModuleDepCollector.cpp | 139 DependencyOutputOptions &DepOpts = CI.getDependencyOutputOpts(); in getCanonicalCommandLine() 417 std::unique_ptr<DependencyOutputOptions> Opts, in ModuleDepCollector()
|
| /llvm-project-15.0.7/clang/include/clang/Frontend/ |
| H A D | DependencyOutputOptions.h | 33 class DependencyOutputOptions { 80 DependencyOutputOptions() in DependencyOutputOptions() function
|
| H A D | CompilerInvocation.h | 144 DependencyOutputOptions DependencyOutputOpts; 162 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() 166 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts()
|
| H A D | Utils.h | 104 DependencyFileGenerator(const DependencyOutputOptions &Opts); 181 const DependencyOutputOptions &DepOpts,
|
| H A D | CompilerInstance.h | 261 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() 264 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts()
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.h | 24 class DependencyOutputOptions; variable 36 handleDependencyOutputOpts(const DependencyOutputOptions &Opts) = 0;
|
| H A D | ModuleDepCollector.h | 201 ModuleDepCollector(std::unique_ptr<DependencyOutputOptions> Opts, 225 std::unique_ptr<DependencyOutputOptions> Opts;
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | HeaderIncludeGen.cpp | 22 const DependencyOutputOptions &DepOpts; 33 const DependencyOutputOptions &DepOpts, in HeaderIncludesCallback() 82 const DependencyOutputOptions &DepOpts, in AttachHeaderIncludeGen()
|
| H A D | DependencyFile.cpp | 187 const DependencyOutputOptions &Opts) in DependencyFileGenerator()
|
| H A D | CompilerInstance.cpp | 497 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor() 1230 Inv.getDependencyOutputOpts() = DependencyOutputOptions();
|
| H A D | CompilerInvocation.cpp | 2048 GenerateDependencyOutputArgs(const DependencyOutputOptions &Opts, in GenerateDependencyOutputArgs() 2051 const DependencyOutputOptions &DependencyOutputOpts = Opts; in GenerateDependencyOutputArgs() 2086 static bool ParseDependencyOutputArgs(DependencyOutputOptions &Opts, in ParseDependencyOutputArgs() 2092 DependencyOutputOptions &DependencyOutputOpts = Opts; in ParseDependencyOutputArgs()
|
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | DependencyScannerTest.cpp | 38 TestFileCollector(DependencyOutputOptions &Opts, in TestFileCollector()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 693 clang::DependencyOutputOptions &opts = instance->getDependencyOutputOpts(); in Create()
|
| H A D | ClangExpressionParser.cpp | 401 DependencyOutputOptions &opts = m_compiler->getDependencyOutputOpts(); in ClangExpressionParser()
|