Searched refs:getDependencyOutputOpts (Results 1 – 7 of 7) 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
225 std::swap(*Opts, Compiler.getInvocation().getDependencyOutputOpts()); in runInvocation()
689 clang::DependencyOutputOptions &opts = instance->getDependencyOutputOpts(); in Create()
400 DependencyOutputOptions &opts = m_compiler->getDependencyOutputOpts(); in ClangExpressionParser()
495 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor()1153 Inv.getDependencyOutputOpts() = DependencyOutputOptions();
4423 ParseDependencyOutputArgs(Res.getDependencyOutputOpts(), Args, Diags, in CreateFromArgsImpl()4426 if (!Res.getDependencyOutputOpts().OutputFile.empty() && in CreateFromArgsImpl()4427 Res.getDependencyOutputOpts().Targets.empty()) in CreateFromArgsImpl()