Lines Matching refs:getFrontendOpts
49 !CI.getFrontendOpts().CodeCompletionAt.FileName.empty()) in EnsureSemaIsCreated()
99 return CreateASTPrinter(std::move(OS), CI.getFrontendOpts().ASTDumpFilter); in CreateASTConsumer()
105 const FrontendOptions &Opts = CI.getFrontendOpts(); in CreateASTConsumer()
134 if (!CI.getFrontendOpts().RelocatablePCH) in CreateASTConsumer()
137 const auto &FrontendOpts = CI.getFrontendOpts(); in CreateASTConsumer()
155 if (CI.getFrontendOpts().RelocatablePCH && Sysroot.empty()) { in ComputeASTConsumerArguments()
172 OutputFile = CI.getFrontendOpts().OutputFile; in CreateOutputFile()
194 std::string OutputFile = CI.getFrontendOpts().OutputFile; in CreateMultiplexConsumer()
202 CI.getFrontendOpts().ModuleFileExtensions, in CreateMultiplexConsumer()
204 +CI.getFrontendOpts().AllowPCMWithCompilerErrors, in CreateMultiplexConsumer()
206 +CI.getFrontendOpts().BuildingImplicitModule && in CreateMultiplexConsumer()
207 +CI.getFrontendOpts().IncludeTimestamps, in CreateMultiplexConsumer()
208 /*BuildingImplicitModule=*/+CI.getFrontendOpts().BuildingImplicitModule, in CreateMultiplexConsumer()
210 +CI.getFrontendOpts().BuildingImplicitModule)); in CreateMultiplexConsumer()
228 return !getCompilerInstance().getFrontendOpts().AllowPCMWithCompilerErrors && in shouldEraseOutputFiles()
247 if (CI.getFrontendOpts().OutputFile.empty()) { in CreateOutputFile()
248 StringRef ModuleMapFile = CI.getFrontendOpts().OriginalModuleMap; in CreateOutputFile()
253 CI.getFrontendOpts().OutputFile = in CreateOutputFile()
277 if (CI.getFrontendOpts().GenReducedBMI && in CreateASTConsumer()
278 !CI.getFrontendOpts().ModuleOutputPath.empty()) { in CreateASTConsumer()
281 CI.getFrontendOpts().ModuleOutputPath)); in CreateASTConsumer()
286 CI.getFrontendOpts().OutputFile)); in CreateASTConsumer()
302 CI.getFrontendOpts().OutputFile); in CreateASTConsumer()
345 CI.getPCHContainerReader(), CI.getFrontendOpts().ModuleFileExtensions, in ExecuteAction()
854 StringRef OutputFileName = CI.getFrontendOpts().OutputFile; in ExecuteAction()