Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h142 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts() function
243 using CompilerInvocationBase::getDependencyOutputOpts;
260 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() function
H A DCompilerInstance.h290 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() function
291 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()
293 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts() function
294 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()
/src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp140 if (!CI.getDependencyOutputOpts().OutputFile.empty()) { in addOutputPaths()
147 if (!CI.getDependencyOutputOpts().OutputFile.empty() && in addOutputPaths()
148 CI.getDependencyOutputOpts().Targets.empty()) { in addOutputPaths()
202 if (!CI.getDependencyOutputOpts().OutputFile.empty()) in makeCommonInvocationForModuleBuild()
203 CI.getDependencyOutputOpts().OutputFile = "-"; in makeCommonInvocationForModuleBuild()
204 CI.getDependencyOutputOpts().Targets.clear(); in makeCommonInvocationForModuleBuild()
H A DDependencyScanningWorker.cpp384 std::swap(*Opts, ScanInstance.getInvocation().getDependencyOutputOpts()); in runInvocation()
/src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp168 DependencyOutputOpts = make_shared_copy(X.getDependencyOutputOpts()); in deep_copy_assign()
4859 ParseDependencyOutputArgs(Res.getDependencyOutputOpts(), Args, Diags, in CreateFromArgsImpl()
4862 if (!Res.getDependencyOutputOpts().OutputFile.empty() && in CreateFromArgsImpl()
4863 Res.getDependencyOutputOpts().Targets.empty()) in CreateFromArgsImpl()
5056 GenerateDependencyOutputArgs(getDependencyOutputOpts(), Consumer); in generateCC1CommandLine()
H A DCompilerInstance.cpp495 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor()
1272 Inv.getDependencyOutputOpts() = DependencyOutputOptions();