Searched refs:getDependencyOutputOpts (Results 1 – 6 of 6) sorted by relevance
142 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts() function238 using CompilerInvocationBase::getDependencyOutputOpts;255 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() function
269 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() function270 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()272 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts() function273 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()
95 if (!CI.getDependencyOutputOpts().OutputFile.empty()) { in addOutputPaths()102 if (!CI.getDependencyOutputOpts().OutputFile.empty() && in addOutputPaths()103 CI.getDependencyOutputOpts().Targets.empty()) { in addOutputPaths()139 if (!CI.getDependencyOutputOpts().OutputFile.empty()) in makeCommonInvocationForModuleBuild()140 CI.getDependencyOutputOpts().OutputFile = "-"; in makeCommonInvocationForModuleBuild()141 CI.getDependencyOutputOpts().Targets.clear(); in makeCommonInvocationForModuleBuild()
225 std::swap(*Opts, ScanInstance.getInvocation().getDependencyOutputOpts()); in runInvocation()
168 DependencyOutputOpts = make_shared_copy(X.getDependencyOutputOpts()); in deep_copy_assign()4650 ParseDependencyOutputArgs(Res.getDependencyOutputOpts(), Args, Diags, in CreateFromArgsImpl()4653 if (!Res.getDependencyOutputOpts().OutputFile.empty() && in CreateFromArgsImpl()4654 Res.getDependencyOutputOpts().Targets.empty()) in CreateFromArgsImpl()4845 GenerateDependencyOutputArgs(getDependencyOutputOpts(), Consumer); in generateCC1CommandLine()
496 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor()1264 Inv.getDependencyOutputOpts() = DependencyOutputOptions();