Searched refs:getDependencyOutputOpts (Results 1 – 14 of 14) sorted by relevance
70 CI->getDependencyOutputOpts().ShowIncludesDest = in buildCompilerInvocation()72 CI->getDependencyOutputOpts().OutputFile.clear(); in buildCompilerInvocation()73 CI->getDependencyOutputOpts().HeaderIncludeOutputFile.clear(); in buildCompilerInvocation()74 CI->getDependencyOutputOpts().DOTOutputFile.clear(); in buildCompilerInvocation()75 CI->getDependencyOutputOpts().ModuleDependencyOutputDir.clear(); in buildCompilerInvocation()
186 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() function189 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts() function
259 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() function260 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()262 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts() function263 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()
213 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() function217 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts() function
264 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() function265 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()267 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts() function268 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()
111 std::move(Compiler.getInvocation().getDependencyOutputOpts())); in runInvocation()
66 Compiler.getInvocation().getDependencyOutputOpts(), Deps)); in runInvocation()
346 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor()724 getDependencyOutputOpts(), getFrontendOpts()); in InitializeSourceManager()1008 Invocation->getDependencyOutputOpts() = DependencyOutputOptions(); in compileModuleImpl()
2340 ParseDependencyOutputArgs(Res.getDependencyOutputOpts(), Args); in CreateFromArgs()
100 Invocation->getDependencyOutputOpts() = DependencyOutputOptions(); in newInvocation()
703 clang::DependencyOutputOptions &opts = instance->getDependencyOutputOpts(); in Create()
385 DependencyOutputOptions &opts = m_compiler->getDependencyOutputOpts(); in ClangExpressionParser()
439 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor()1161 Inv.getDependencyOutputOpts() = DependencyOutputOptions();
3840 ParseDependencyOutputArgs(Res.getDependencyOutputOpts(), Args); in CreateFromArgs()3841 if (!Res.getDependencyOutputOpts().OutputFile.empty() && in CreateFromArgs()3842 Res.getDependencyOutputOpts().Targets.empty()) { in CreateFromArgs()