Searched refs:getDependencyOutputOpts (Results 1 – 6 of 6) sorted by relevance
142 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts() function243 using CompilerInvocationBase::getDependencyOutputOpts;260 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() function
290 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() function291 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()293 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts() function294 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()
140 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()
384 std::swap(*Opts, ScanInstance.getInvocation().getDependencyOutputOpts()); in runInvocation()
168 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()
495 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor()1272 Inv.getDependencyOutputOpts() = DependencyOutputOptions();