Home
last modified time | relevance | path

Searched refs:getDependencyOutputOpts (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DCompiler.cpp70 CI->getDependencyOutputOpts().ShowIncludesDest = in buildCompilerInvocation()
72 CI->getDependencyOutputOpts().OutputFile.clear(); in buildCompilerInvocation()
73 CI->getDependencyOutputOpts().HeaderIncludeOutputFile.clear(); in buildCompilerInvocation()
74 CI->getDependencyOutputOpts().DOTOutputFile.clear(); in buildCompilerInvocation()
75 CI->getDependencyOutputOpts().ModuleDependencyOutputDir.clear(); in buildCompilerInvocation()
/external/clang/include/clang/Frontend/
DCompilerInvocation.h186 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() function
189 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts() function
DCompilerInstance.h259 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() function
260 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()
262 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts() function
263 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()
/external/llvm-project/clang/include/clang/Frontend/
DCompilerInvocation.h213 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() function
217 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts() function
DCompilerInstance.h264 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() function
265 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()
267 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts() function
268 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()
/external/llvm-project/clang/lib/Tooling/DependencyScanning/
DDependencyScanningWorker.cpp111 std::move(Compiler.getInvocation().getDependencyOutputOpts())); in runInvocation()
/external/llvm-project/clang/unittests/Tooling/
DDependencyScannerTest.cpp66 Compiler.getInvocation().getDependencyOutputOpts(), Deps)); in runInvocation()
/external/clang/lib/Frontend/
DCompilerInstance.cpp346 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor()
724 getDependencyOutputOpts(), getFrontendOpts()); in InitializeSourceManager()
1008 Invocation->getDependencyOutputOpts() = DependencyOutputOptions(); in compileModuleImpl()
DCompilerInvocation.cpp2340 ParseDependencyOutputArgs(Res.getDependencyOutputOpts(), Args); in CreateFromArgs()
/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()
/external/llvm-project/clang/lib/Frontend/
DCompilerInstance.cpp439 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor()
1161 Inv.getDependencyOutputOpts() = DependencyOutputOptions();
DCompilerInvocation.cpp3840 ParseDependencyOutputArgs(Res.getDependencyOutputOpts(), Args); in CreateFromArgs()
3841 if (!Res.getDependencyOutputOpts().OutputFile.empty() && in CreateFromArgs()
3842 Res.getDependencyOutputOpts().Targets.empty()) { in CreateFromArgs()