Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp29 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 DDependencyScanningWorker.cpp44 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 DModuleDepCollector.cpp973 std::unique_ptr<DependencyOutputOptions> Opts, in ModuleDepCollector()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h109 std::shared_ptr<DependencyOutputOptions> DependencyOutputOpts;
142 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts()
260 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts()
383 DependencyOutputOptions &getMutDependencyOutputOpts();
H A DCompilerInstance.h282 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts()
285 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningWorker.h26 class DependencyOutputOptions; variable
52 handleDependencyOutputOpts(const DependencyOutputOptions &Opts) = 0;
H A DModuleDepCollector.h281 std::unique_ptr<DependencyOutputOptions> Opts,
332 std::unique_ptr<DependencyOutputOptions> Opts;
H A DDependencyScanningTool.h177 void handleDependencyOutputOpts(const DependencyOutputOptions &) override {} in handleDependencyOutputOpts() argument
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp23 const DependencyOutputOptions &DepOpts;
34 const DependencyOutputOptions &DepOpts, in HeaderIncludesCallback()
182 const DependencyOutputOptions &DepOpts, in AttachHeaderIncludeGen()
H A DDependencyFile.cpp220 const DependencyOutputOptions &Opts) in DependencyFileGenerator()
H A DCompilerInvocation.cpp137 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 DCompilerInstance.cpp492 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor()
1264 Inv.getDependencyOutputOpts() = DependencyOutputOptions(); in cloneForModuleCompileImpl()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc656 {"_ZN5clang23DependencyOutputOptionsD2Ev", "clang::DependencyOutputOptions::~DependencyOutputOption…
932 …ocessorOptions const&, clang::HeaderSearchOptions const&, clang::DependencyOutputOptions const&, c…
1005 …E", "clang::AttachDependencyFileGen(clang::Preprocessor&, clang::DependencyOutputOptions const&)"},