Searched refs:DependencyOutputOptions (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningTool.cpp | 29 handleDependencyOutputOpts(const DependencyOutputOptions &Opts) override { in handleDependencyOutputOpts() 30 this->Opts = std::make_unique<DependencyOutputOptions>(Opts); in handleDependencyOutputOpts() 51 DependencyPrinter(DependencyOutputOptions &Opts, in printDependencies() 69 std::unique_ptr<DependencyOutputOptions> Opts;
|
| H A D | DependencyScanningWorker.cpp | 44 DependencyConsumerForwarder(std::unique_ptr<DependencyOutputOptions> Opts, in DependencyConsumerForwarder() 62 std::unique_ptr<DependencyOutputOptions> Opts; 496 auto Opts = std::make_unique<DependencyOutputOptions>(); in runInvocation()
|
| H A D | ModuleDepCollector.cpp | 973 std::unique_ptr<DependencyOutputOptions> Opts, in ModuleDepCollector()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | CompilerInvocation.h | 109 std::shared_ptr<DependencyOutputOptions> DependencyOutputOpts; 142 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts() 260 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() 383 DependencyOutputOptions &getMutDependencyOutputOpts();
|
| H A D | CompilerInstance.h | 282 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() 285 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.h | 26 class DependencyOutputOptions; variable 52 handleDependencyOutputOpts(const DependencyOutputOptions &Opts) = 0;
|
| H A D | ModuleDepCollector.h | 281 std::unique_ptr<DependencyOutputOptions> Opts, 332 std::unique_ptr<DependencyOutputOptions> Opts;
|
| H A D | DependencyScanningTool.h | 177 void handleDependencyOutputOpts(const DependencyOutputOptions &) override {} in handleDependencyOutputOpts() argument
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | HeaderIncludeGen.cpp | 23 const DependencyOutputOptions &DepOpts; 34 const DependencyOutputOptions &DepOpts, in HeaderIncludesCallback() 182 const DependencyOutputOptions &DepOpts, in AttachHeaderIncludeGen()
|
| H A D | DependencyFile.cpp | 220 const DependencyOutputOptions &Opts) in DependencyFileGenerator()
|
| H A D | CompilerInvocation.cpp | 137 DependencyOutputOpts(std::make_shared<DependencyOutputOptions>()), in CompilerInvocationBase() 242 DependencyOutputOptions &CowCompilerInvocation::getMutDependencyOutputOpts() { in getMutDependencyOutputOpts() 2392 static void GenerateDependencyOutputArgs(const DependencyOutputOptions &Opts, in GenerateDependencyOutputArgs() 2394 const DependencyOutputOptions &DependencyOutputOpts = Opts; in GenerateDependencyOutputArgs() 2423 static bool ParseDependencyOutputArgs(DependencyOutputOptions &Opts, in ParseDependencyOutputArgs() 2429 DependencyOutputOptions &DependencyOutputOpts = Opts; in ParseDependencyOutputArgs()
|
| H A D | CompilerInstance.cpp | 492 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor() 1264 Inv.getDependencyOutputOpts() = DependencyOutputOptions(); in cloneForModuleCompileImpl()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 656 {"_ZN5clang23DependencyOutputOptionsD2Ev", "clang::DependencyOutputOptions::~DependencyOutputOption… 932 …ocessorOptions const&, clang::HeaderSearchOptions const&, clang::DependencyOutputOptions const&, c… 1005 …E", "clang::AttachDependencyFileGen(clang::Preprocessor&, clang::DependencyOutputOptions const&)"},
|