Searched refs:DependencyOutputOptions (Results 1 – 15 of 15) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningTool.cpp | 58 handleDependencyOutputOpts(const DependencyOutputOptions &Opts) override { in getDependencyFile() 59 this->Opts = std::make_unique<DependencyOutputOptions>(Opts); in getDependencyFile() 83 DependencyPrinter(DependencyOutputOptions &Opts, in getDependencyFile() 101 std::unique_ptr<DependencyOutputOptions> Opts; in getDependencyFile() 133 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; 224 auto Opts = std::make_unique<DependencyOutputOptions>(); in runInvocation()
|
| H A D | ModuleDepCollector.cpp | 277 std::unique_ptr<DependencyOutputOptions> Opts, CompilerInstance &I, in ModuleDepCollector()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | DependencyOutputOptions.h | 33 class DependencyOutputOptions { 80 DependencyOutputOptions() in DependencyOutputOptions() function
|
| H A D | CompilerInvocation.h | 139 DependencyOutputOptions DependencyOutputOpts; 157 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() 161 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts()
|
| H A D | Utils.h | 120 DependencyFileGenerator(const DependencyOutputOptions &Opts); 197 const DependencyOutputOptions &DepOpts,
|
| H A D | CompilerInstance.h | 260 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() 263 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.h | 26 class DependencyOutputOptions; variable 38 handleDependencyOutputOpts(const DependencyOutputOptions &Opts) = 0;
|
| H A D | ModuleDepCollector.h | 192 ModuleDepCollector(std::unique_ptr<DependencyOutputOptions> Opts, 216 std::unique_ptr<DependencyOutputOptions> Opts;
|
| /freebsd-13.1/contrib/llvm-project/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 | 188 const DependencyOutputOptions &Opts) in DependencyFileGenerator()
|
| H A D | CompilerInstance.cpp | 495 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor() 1153 Inv.getDependencyOutputOpts() = DependencyOutputOptions();
|
| H A D | CompilerInvocation.cpp | 1964 GenerateDependencyOutputArgs(const DependencyOutputOptions &Opts, in GenerateDependencyOutputArgs() 1967 const DependencyOutputOptions &DependencyOutputOpts = Opts; in GenerateDependencyOutputArgs() 2002 static bool ParseDependencyOutputArgs(DependencyOutputOptions &Opts, in ParseDependencyOutputArgs() 2008 DependencyOutputOptions &DependencyOutputOpts = Opts; in ParseDependencyOutputArgs()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 689 clang::DependencyOutputOptions &opts = instance->getDependencyOutputOpts(); in Create()
|
| H A D | ClangExpressionParser.cpp | 400 DependencyOutputOptions &opts = m_compiler->getDependencyOutputOpts(); in ClangExpressionParser()
|