Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Tooling/DependencyScanning/
DDependencyScanningTool.cpp36 void handleFileDependency(const DependencyOutputOptions &Opts, in getDependencyFile()
39 this->Opts = std::make_unique<DependencyOutputOptions>(Opts); in getDependencyFile()
57 DependencyPrinter(DependencyOutputOptions &Opts, in getDependencyFile()
75 std::unique_ptr<DependencyOutputOptions> Opts; in getDependencyFile()
106 void handleFileDependency(const DependencyOutputOptions &Opts, in getFullDependencies()
DDependencyScanningWorker.cpp29 DependencyConsumerForwarder(std::unique_ptr<DependencyOutputOptions> Opts, in DependencyConsumerForwarder()
43 std::unique_ptr<DependencyOutputOptions> Opts;
110 auto Opts = std::make_unique<DependencyOutputOptions>( in runInvocation()
DModuleDepCollector.cpp185 std::unique_ptr<DependencyOutputOptions> Opts, CompilerInstance &I, in ModuleDepCollector()
/external/clang/include/clang/Frontend/
DCompilerInvocation.h113 DependencyOutputOptions DependencyOutputOpts;
186 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts()
189 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts()
DDependencyOutputOptions.h23 class DependencyOutputOptions {
63 DependencyOutputOptions() { in DependencyOutputOptions() function
DUtils.h40 class DependencyOutputOptions; variable
116 Preprocessor &PP, const DependencyOutputOptions &Opts);
168 const DependencyOutputOptions &DepOpts,
DCompilerInstance.h259 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts()
262 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts()
755 DependencyOutputOptions &DepOpts,
/external/llvm-project/clang/include/clang/Frontend/
DDependencyOutputOptions.h25 class DependencyOutputOptions {
67 DependencyOutputOptions() in DependencyOutputOptions() function
DCompilerInvocation.h130 DependencyOutputOptions DependencyOutputOpts;
213 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts()
217 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts()
DUtils.h119 DependencyFileGenerator(const DependencyOutputOptions &Opts);
197 const DependencyOutputOptions &DepOpts,
DCompilerInstance.h264 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts()
267 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts()
/external/llvm-project/clang/include/clang/Tooling/DependencyScanning/
DDependencyScanningWorker.h26 class DependencyOutputOptions; variable
37 virtual void handleFileDependency(const DependencyOutputOptions &Opts,
DModuleDepCollector.h143 ModuleDepCollector(std::unique_ptr<DependencyOutputOptions> Opts,
158 std::unique_ptr<DependencyOutputOptions> Opts;
/external/clang/lib/Frontend/
DHeaderIncludeGen.cpp23 const DependencyOutputOptions &DepOpts;
34 const DependencyOutputOptions &DepOpts, in HeaderIncludesCallback()
80 const DependencyOutputOptions &DepOpts, in AttachHeaderIncludeGen()
DDependencyFile.cpp172 DFGImpl(const Preprocessor *_PP, const DependencyOutputOptions &Opts) in DFGImpl()
234 clang::Preprocessor &PP, const clang::DependencyOutputOptions &Opts) { in CreateAndAttachToPreprocessor()
DCompilerInstance.cpp346 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor()
731 DependencyOutputOptions &DepOpts, const FrontendOptions &Opts) { in InitializeSourceManager()
1008 Invocation->getDependencyOutputOpts() = DependencyOutputOptions(); in compileModuleImpl()
DCompilerInvocation.cpp850 static void ParseDependencyOutputArgs(DependencyOutputOptions &Opts, in ParseDependencyOutputArgs()
/external/llvm-project/clang/lib/Frontend/
DHeaderIncludeGen.cpp22 const DependencyOutputOptions &DepOpts;
33 const DependencyOutputOptions &DepOpts, in HeaderIncludesCallback()
79 const DependencyOutputOptions &DepOpts, in AttachHeaderIncludeGen()
DDependencyFile.cpp177 const DependencyOutputOptions &Opts) in DependencyFileGenerator()
DCompilerInstance.cpp439 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor()
1161 Inv.getDependencyOutputOpts() = DependencyOutputOptions();
DCompilerInvocation.cpp1630 static void ParseDependencyOutputArgs(DependencyOutputOptions &Opts, in ParseDependencyOutputArgs()
/external/llvm-project/clang/unittests/Tooling/
DDependencyScannerTest.cpp35 TestFileCollector(DependencyOutputOptions &Opts, in TestFileCollector()
/external/clang/lib/Tooling/
DTooling.cpp100 Invocation->getDependencyOutputOpts() = DependencyOutputOptions(); in newInvocation()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangModulesDeclVendor.cpp703 clang::DependencyOutputOptions &opts = instance->getDependencyOutputOpts(); in Create()
DClangExpressionParser.cpp385 DependencyOutputOptions &opts = m_compiler->getDependencyOutputOpts(); in ClangExpressionParser()