Searched refs:getDependencyOutputOpts (Results 1 – 12 of 12) sorted by relevance
55 CI.getDependencyOutputOpts().ShowIncludesDest = ShowIncludesDestination::None; in disableUnsupportedOptions()56 CI.getDependencyOutputOpts().OutputFile.clear(); in disableUnsupportedOptions()57 CI.getDependencyOutputOpts().HeaderIncludeOutputFile.clear(); in disableUnsupportedOptions()58 CI.getDependencyOutputOpts().DOTOutputFile.clear(); in disableUnsupportedOptions()59 CI.getDependencyOutputOpts().ModuleDependencyOutputDir.clear(); in disableUnsupportedOptions()
68 ->getDependencyOutputOpts() in TEST()74 ->getDependencyOutputOpts() in TEST()80 ->getDependencyOutputOpts() in TEST()
261 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() function262 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()264 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts() function265 return Invocation->getDependencyOutputOpts(); in getDependencyOutputOpts()
162 DependencyOutputOptions &getDependencyOutputOpts() { in getDependencyOutputOpts() function166 const DependencyOutputOptions &getDependencyOutputOpts() const { in getDependencyOutputOpts() function
61 CI.getDependencyOutputOpts().OutputFile.clear(); in makeInvocationForModuleBuildWithoutPaths()62 CI.getDependencyOutputOpts().Targets.clear(); in makeInvocationForModuleBuildWithoutPaths()139 DependencyOutputOptions &DepOpts = CI.getDependencyOutputOpts(); in getCanonicalCommandLine()348 !MDC.OriginalInvocation.getDependencyOutputOpts().OutputFile.empty(); in handleTopLevelModule()
212 std::swap(*Opts, ScanInstance.getInvocation().getDependencyOutputOpts()); in runInvocation()
69 Compiler.getInvocation().getDependencyOutputOpts(), Deps)); in runInvocation()
970 ASSERT_EQ(Invocation.getDependencyOutputOpts().ShowIncludesDest, in TEST_F()972 ASSERT_TRUE(Invocation.getDependencyOutputOpts().ShowHeaderIncludes); in TEST_F()
693 clang::DependencyOutputOptions &opts = instance->getDependencyOutputOpts(); in Create()
401 DependencyOutputOptions &opts = m_compiler->getDependencyOutputOpts(); in ClangExpressionParser()
497 const DependencyOutputOptions &DepOpts = getDependencyOutputOpts(); in createPreprocessor()1230 Inv.getDependencyOutputOpts() = DependencyOutputOptions();
4512 ParseDependencyOutputArgs(Res.getDependencyOutputOpts(), Args, Diags, in CreateFromArgsImpl()4515 if (!Res.getDependencyOutputOpts().OutputFile.empty() && in CreateFromArgsImpl()4516 Res.getDependencyOutputOpts().Targets.empty()) in CreateFromArgsImpl()