Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h260 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() function
261 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()
263 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts() function
264 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()
H A DCompilerInvocation.h157 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() function
161 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp225 std::swap(*Opts, Compiler.getInvocation().getDependencyOutputOpts()); in runInvocation()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp689 clang::DependencyOutputOptions &opts = instance->getDependencyOutputOpts(); in Create()
H A DClangExpressionParser.cpp400 DependencyOutputOptions &opts = m_compiler->getDependencyOutputOpts(); in ClangExpressionParser()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp495 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor()
1153 Inv.getDependencyOutputOpts() = DependencyOutputOptions();
H A DCompilerInvocation.cpp4423 ParseDependencyOutputArgs(Res.getDependencyOutputOpts(), Args, Diags, in CreateFromArgsImpl()
4426 if (!Res.getDependencyOutputOpts().OutputFile.empty() && in CreateFromArgsImpl()
4427 Res.getDependencyOutputOpts().Targets.empty()) in CreateFromArgsImpl()