Searched refs:getDependencyOutputOpts (Results 1 – 5 of 5) sorted by relevance
260 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() function261 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()263 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts() function264 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()
157 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() function161 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts() function
111 std::move(Compiler.getInvocation().getDependencyOutputOpts())); in runInvocation()
495 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor()1136 Inv.getDependencyOutputOpts() = DependencyOutputOptions();
4425 ParseDependencyOutputArgs(Res.getDependencyOutputOpts(), Args, Diags, in CreateFromArgsImpl()4428 if (!Res.getDependencyOutputOpts().OutputFile.empty() && in CreateFromArgsImpl()4429 Res.getDependencyOutputOpts().Targets.empty()) in CreateFromArgsImpl()