Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h34 class DependencyOutputOptions {
87 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.h263 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts()
266 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts()
/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp50 handleDependencyOutputOpts(const DependencyOutputOptions &Opts) override { in handleDependencyOutputOpts()
51 this->Opts = std::make_unique<DependencyOutputOptions>(Opts); in handleDependencyOutputOpts()
80 DependencyPrinter(DependencyOutputOptions &Opts, in printDependencies()
98 std::unique_ptr<DependencyOutputOptions> Opts;
H A DDependencyScanningWorker.cpp37 DependencyConsumerForwarder(std::unique_ptr<DependencyOutputOptions> Opts, in DependencyConsumerForwarder()
55 std::unique_ptr<DependencyOutputOptions> Opts;
234 auto Opts = std::make_unique<DependencyOutputOptions>(); in runInvocation()
H A DModuleDepCollector.cpp576 std::unique_ptr<DependencyOutputOptions> Opts, in ModuleDepCollector()
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningWorker.h25 class DependencyOutputOptions; variable
51 handleDependencyOutputOpts(const DependencyOutputOptions &Opts) = 0;
H A DModuleDepCollector.h202 ModuleDepCollector(std::unique_ptr<DependencyOutputOptions> Opts,
236 std::unique_ptr<DependencyOutputOptions> Opts;
H A DDependencyScanningTool.h154 void handleDependencyOutputOpts(const DependencyOutputOptions &) override {} in handleDependencyOutputOpts() argument
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp23 const DependencyOutputOptions &DepOpts;
34 const DependencyOutputOptions &DepOpts, in HeaderIncludesCallback()
120 const DependencyOutputOptions &DepOpts, in AttachHeaderIncludeGen()
H A DDependencyFile.cpp192 const DependencyOutputOptions &Opts) in DependencyFileGenerator()
H A DCompilerInstance.cpp504 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor()
1245 Inv.getDependencyOutputOpts() = DependencyOutputOptions();
H A DCompilerInvocation.cpp2055 GenerateDependencyOutputArgs(const DependencyOutputOptions &Opts, in GenerateDependencyOutputArgs()
2058 const DependencyOutputOptions &DependencyOutputOpts = Opts; in GenerateDependencyOutputArgs()
2093 static bool ParseDependencyOutputArgs(DependencyOutputOptions &Opts, in ParseDependencyOutputArgs()
2099 DependencyOutputOptions &DependencyOutputOpts = Opts; in ParseDependencyOutputArgs()