/external/llvm-project/clang/lib/Tooling/DependencyScanning/ |
D | DependencyScanningTool.cpp | 36 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()
|
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()
|
D | ModuleDepCollector.cpp | 185 std::unique_ptr<DependencyOutputOptions> Opts, CompilerInstance &I, in ModuleDepCollector()
|
/external/clang/include/clang/Frontend/ |
D | CompilerInvocation.h | 113 DependencyOutputOptions DependencyOutputOpts; 186 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() 189 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts()
|
D | DependencyOutputOptions.h | 23 class DependencyOutputOptions { 63 DependencyOutputOptions() { in DependencyOutputOptions() function
|
D | Utils.h | 40 class DependencyOutputOptions; variable 116 Preprocessor &PP, const DependencyOutputOptions &Opts); 168 const DependencyOutputOptions &DepOpts,
|
D | CompilerInstance.h | 259 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() 262 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts() 755 DependencyOutputOptions &DepOpts,
|
/external/llvm-project/clang/include/clang/Frontend/ |
D | DependencyOutputOptions.h | 25 class DependencyOutputOptions { 67 DependencyOutputOptions() in DependencyOutputOptions() function
|
D | CompilerInvocation.h | 130 DependencyOutputOptions DependencyOutputOpts; 213 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() 217 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts()
|
D | Utils.h | 119 DependencyFileGenerator(const DependencyOutputOptions &Opts); 197 const DependencyOutputOptions &DepOpts,
|
D | CompilerInstance.h | 264 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() 267 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts()
|
/external/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
D | DependencyScanningWorker.h | 26 class DependencyOutputOptions; variable 37 virtual void handleFileDependency(const DependencyOutputOptions &Opts,
|
D | ModuleDepCollector.h | 143 ModuleDepCollector(std::unique_ptr<DependencyOutputOptions> Opts, 158 std::unique_ptr<DependencyOutputOptions> Opts;
|
/external/clang/lib/Frontend/ |
D | HeaderIncludeGen.cpp | 23 const DependencyOutputOptions &DepOpts; 34 const DependencyOutputOptions &DepOpts, in HeaderIncludesCallback() 80 const DependencyOutputOptions &DepOpts, in AttachHeaderIncludeGen()
|
D | DependencyFile.cpp | 172 DFGImpl(const Preprocessor *_PP, const DependencyOutputOptions &Opts) in DFGImpl() 234 clang::Preprocessor &PP, const clang::DependencyOutputOptions &Opts) { in CreateAndAttachToPreprocessor()
|
D | CompilerInstance.cpp | 346 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor() 731 DependencyOutputOptions &DepOpts, const FrontendOptions &Opts) { in InitializeSourceManager() 1008 Invocation->getDependencyOutputOpts() = DependencyOutputOptions(); in compileModuleImpl()
|
D | CompilerInvocation.cpp | 850 static void ParseDependencyOutputArgs(DependencyOutputOptions &Opts, in ParseDependencyOutputArgs()
|
/external/llvm-project/clang/lib/Frontend/ |
D | HeaderIncludeGen.cpp | 22 const DependencyOutputOptions &DepOpts; 33 const DependencyOutputOptions &DepOpts, in HeaderIncludesCallback() 79 const DependencyOutputOptions &DepOpts, in AttachHeaderIncludeGen()
|
D | DependencyFile.cpp | 177 const DependencyOutputOptions &Opts) in DependencyFileGenerator()
|
D | CompilerInstance.cpp | 439 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor() 1161 Inv.getDependencyOutputOpts() = DependencyOutputOptions();
|
D | CompilerInvocation.cpp | 1630 static void ParseDependencyOutputArgs(DependencyOutputOptions &Opts, in ParseDependencyOutputArgs()
|
/external/llvm-project/clang/unittests/Tooling/ |
D | DependencyScannerTest.cpp | 35 TestFileCollector(DependencyOutputOptions &Opts, in TestFileCollector()
|
/external/clang/lib/Tooling/ |
D | Tooling.cpp | 100 Invocation->getDependencyOutputOpts() = DependencyOutputOptions(); in newInvocation()
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | ClangModulesDeclVendor.cpp | 703 clang::DependencyOutputOptions &opts = instance->getDependencyOutputOpts(); in Create()
|
D | ClangExpressionParser.cpp | 385 DependencyOutputOptions &opts = m_compiler->getDependencyOutputOpts(); in ClangExpressionParser()
|