Searched refs:getDependencyOutputOpts (Results 1 – 6 of 6) sorted by relevance
64 if (!CI.getDependencyOutputOpts().OutputFile.empty()) { in addOutputPaths()65 CI.getDependencyOutputOpts().OutputFile = in addOutputPaths()67 CI.getDependencyOutputOpts().Targets = in addOutputPaths()71 if (!CI.getDependencyOutputOpts().OutputFile.empty() && in addOutputPaths()72 CI.getDependencyOutputOpts().Targets.empty()) { in addOutputPaths()76 CI.getDependencyOutputOpts().Targets.push_back(std::string(Target)); in addOutputPaths()109 if (!CI.getDependencyOutputOpts().OutputFile.empty()) in makeInvocationForModuleBuildWithoutOutputs()110 CI.getDependencyOutputOpts().OutputFile = "-"; in makeInvocationForModuleBuildWithoutOutputs()111 CI.getDependencyOutputOpts().Targets.clear(); in makeInvocationForModuleBuildWithoutOutputs()
235 std::swap(*Opts, ScanInstance.getInvocation().getDependencyOutputOpts()); in runInvocation()
263 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() function264 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()266 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts() function267 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()
162 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() function166 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts() function
504 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor()1245 Inv.getDependencyOutputOpts() = DependencyOutputOptions();
4552 ParseDependencyOutputArgs(Res.getDependencyOutputOpts(), Args, Diags, in CreateFromArgsImpl()4555 if (!Res.getDependencyOutputOpts().OutputFile.empty() && in CreateFromArgsImpl()4556 Res.getDependencyOutputOpts().Targets.empty()) in CreateFromArgsImpl()