Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp111 std::move(Compiler.getInvocation().getDependencyOutputOpts())); in runInvocation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp495 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor()
1136 Inv.getDependencyOutputOpts() = DependencyOutputOptions();
H A DCompilerInvocation.cpp4425 ParseDependencyOutputArgs(Res.getDependencyOutputOpts(), Args, Diags, in CreateFromArgsImpl()
4428 if (!Res.getDependencyOutputOpts().OutputFile.empty() && in CreateFromArgsImpl()
4429 Res.getDependencyOutputOpts().Targets.empty()) in CreateFromArgsImpl()