Searched refs:DependencyOutputOptions (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningTool.cpp | 53 void handleFileDependency(const DependencyOutputOptions &Opts, in getDependencyFile() 56 this->Opts = std::make_unique<DependencyOutputOptions>(Opts); in getDependencyFile() 74 DependencyPrinter(DependencyOutputOptions &Opts, in getDependencyFile() 92 std::unique_ptr<DependencyOutputOptions> Opts; in getDependencyFile() 123 void handleFileDependency(const DependencyOutputOptions &Opts, in getFullDependencies()
|
H A D | DependencyScanningWorker.cpp | 29 DependencyConsumerForwarder(std::unique_ptr<DependencyOutputOptions> Opts, in DependencyConsumerForwarder() 43 std::unique_ptr<DependencyOutputOptions> Opts; 110 auto Opts = std::make_unique<DependencyOutputOptions>( in runInvocation()
|
H A D | ModuleDepCollector.cpp | 238 std::unique_ptr<DependencyOutputOptions> Opts, CompilerInstance &I, in ModuleDepCollector()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/ |
H A D | DependencyScanningWorker.h | 26 class DependencyOutputOptions; variable 37 virtual void handleFileDependency(const DependencyOutputOptions &Opts,
|
H A D | ModuleDepCollector.h | 160 ModuleDepCollector(std::unique_ptr<DependencyOutputOptions> Opts, 183 std::unique_ptr<DependencyOutputOptions> Opts;
|
/netbsd-src/external/apache2/llvm/dist/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() 1136 Inv.getDependencyOutputOpts() = DependencyOutputOptions();
|
H A D | CompilerInvocation.cpp | 1967 GenerateDependencyOutputArgs(const DependencyOutputOptions &Opts, in GenerateDependencyOutputArgs() 1970 const DependencyOutputOptions &DependencyOutputOpts = Opts; in GenerateDependencyOutputArgs() 2005 static bool ParseDependencyOutputArgs(DependencyOutputOptions &Opts, in ParseDependencyOutputArgs() 2011 DependencyOutputOptions &DependencyOutputOpts = Opts; in ParseDependencyOutputArgs()
|