Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp58 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 DDependencyScanningWorker.cpp30 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 DModuleDepCollector.cpp277 std::unique_ptr<DependencyOutputOptions> Opts, CompilerInstance &I, in ModuleDepCollector()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h33 class DependencyOutputOptions {
80 DependencyOutputOptions() in DependencyOutputOptions() function
H A DCompilerInvocation.h139 DependencyOutputOptions DependencyOutputOpts;
157 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts()
161 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts()
H A DUtils.h120 DependencyFileGenerator(const DependencyOutputOptions &Opts);
197 const DependencyOutputOptions &DepOpts,
H A DCompilerInstance.h260 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts()
263 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningWorker.h26 class DependencyOutputOptions; variable
38 handleDependencyOutputOpts(const DependencyOutputOptions &Opts) = 0;
H A DModuleDepCollector.h192 ModuleDepCollector(std::unique_ptr<DependencyOutputOptions> Opts,
216 std::unique_ptr<DependencyOutputOptions> Opts;
/freebsd-13.1/contrib/llvm-project/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.cpp188 const DependencyOutputOptions &Opts) in DependencyFileGenerator()
H A DCompilerInstance.cpp495 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor()
1153 Inv.getDependencyOutputOpts() = DependencyOutputOptions();
H A DCompilerInvocation.cpp1964 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 DClangModulesDeclVendor.cpp689 clang::DependencyOutputOptions &opts = instance->getDependencyOutputOpts(); in Create()
H A DClangExpressionParser.cpp400 DependencyOutputOptions &opts = m_compiler->getDependencyOutputOpts(); in ClangExpressionParser()