Home
last modified time | relevance | path

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

/freebsd/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.h282 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() function
283 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()
285 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts() function
286 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp191 if (!CI.getDependencyOutputOpts().OutputFile.empty()) { in addOutputPaths()
198 if (!CI.getDependencyOutputOpts().OutputFile.empty() && in addOutputPaths()
199 CI.getDependencyOutputOpts().Targets.empty()) { in addOutputPaths()
298 if (!CI.getDependencyOutputOpts().OutputFile.empty()) in makeCommonInvocationForModuleBuild()
299 CI.getDependencyOutputOpts().OutputFile = "-"; in makeCommonInvocationForModuleBuild()
300 CI.getDependencyOutputOpts().Targets.clear(); in makeCommonInvocationForModuleBuild()
564 for (auto &ExtraDep : CI.getDependencyOutputOpts().ExtraDeps) in isSafeToIgnoreCWD()
H A DDependencyScanningWorker.cpp497 std::swap(*Opts, ScanInstance.getInvocation().getDependencyOutputOpts()); in runInvocation()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp492 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor()
1264 Inv.getDependencyOutputOpts() = DependencyOutputOptions(); in cloneForModuleCompileImpl()
H A DCompilerInvocation.cpp154 DependencyOutputOpts = make_shared_copy(X.getDependencyOutputOpts()); in deep_copy_assign()
5203 ParseDependencyOutputArgs(Res.getDependencyOutputOpts(), Args, Diags, in CreateFromArgsImpl()
5206 if (!Res.getDependencyOutputOpts().OutputFile.empty() && in CreateFromArgsImpl()
5207 Res.getDependencyOutputOpts().Targets.empty()) in CreateFromArgsImpl()
5407 GenerateDependencyOutputArgs(getDependencyOutputOpts(), Consumer); in generateCC1CommandLine()