Searched refs:getDependencyOutputOpts (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h199 DependencyOutputOptions &getDependencyOutputOpts() { function in class:clang::CompilerInvocation
203 const DependencyOutputOptions &getDependencyOutputOpts() const { function in class:clang::CompilerInvocation
H A DCompilerInstance.h264 DependencyOutputOptions &getDependencyOutputOpts() { function in class:clang::CompilerInstance
265 return Invocation->getDependencyOutputOpts();
267 const DependencyOutputOptions &getDependencyOutputOpts() const { function in class:clang::CompilerInstance
268 return Invocation->getDependencyOutputOpts();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp133 std::move(Compiler.getInvocation().getDependencyOutputOpts()));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp671 clang::DependencyOutputOptions &opts = instance->getDependencyOutputOpts();
H A DClangExpressionParser.cpp312 DependencyOutputOptions &opts = m_compiler->getDependencyOutputOpts();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp425 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts();
817 getDependencyOutputOpts(), getFrontendOpts());
1135 Inv.getDependencyOutputOpts() = DependencyOutputOptions();
H A DCompilerInvocation.cpp3546 ParseDependencyOutputArgs(Res.getDependencyOutputOpts(), Args);
3547 if (!Res.getDependencyOutputOpts().OutputFile.empty() &&
3548 Res.getDependencyOutputOpts().Targets.empty()) {

Completed in 214 milliseconds