Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp64 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 DDependencyScanningWorker.cpp30 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 DModuleDepCollector.cpp139 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 DDependencyOutputOptions.h33 class DependencyOutputOptions {
80 DependencyOutputOptions() in DependencyOutputOptions() function
H A DCompilerInvocation.h144 DependencyOutputOptions DependencyOutputOpts;
162 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts()
166 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts()
H A DUtils.h104 DependencyFileGenerator(const DependencyOutputOptions &Opts);
181 const DependencyOutputOptions &DepOpts,
H A DCompilerInstance.h261 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts()
264 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts()
/llvm-project-15.0.7/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningWorker.h24 class DependencyOutputOptions; variable
36 handleDependencyOutputOpts(const DependencyOutputOptions &Opts) = 0;
H A DModuleDepCollector.h201 ModuleDepCollector(std::unique_ptr<DependencyOutputOptions> Opts,
225 std::unique_ptr<DependencyOutputOptions> Opts;
/llvm-project-15.0.7/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp22 const DependencyOutputOptions &DepOpts;
33 const DependencyOutputOptions &DepOpts, in HeaderIncludesCallback()
82 const DependencyOutputOptions &DepOpts, in AttachHeaderIncludeGen()
H A DDependencyFile.cpp187 const DependencyOutputOptions &Opts) in DependencyFileGenerator()
H A DCompilerInstance.cpp497 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor()
1230 Inv.getDependencyOutputOpts() = DependencyOutputOptions();
H A DCompilerInvocation.cpp2048 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 DDependencyScannerTest.cpp38 TestFileCollector(DependencyOutputOptions &Opts, in TestFileCollector()
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp693 clang::DependencyOutputOptions &opts = instance->getDependencyOutputOpts(); in Create()
H A DClangExpressionParser.cpp401 DependencyOutputOptions &opts = m_compiler->getDependencyOutputOpts(); in ClangExpressionParser()