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 CreateASTConsumer()
202 CI.getFrontendOpts().ModuleFileExtensions, in CreateASTConsumer()
204 +CI.getFrontendOpts().AllowPCMWithCompilerErrors, in CreateASTConsumer()
206 +CI.getFrontendOpts().BuildingImplicitModule && in CreateASTConsumer()
207 +CI.getFrontendOpts().IncludeTimestamps, in CreateASTConsumer()
208 /*BuildingImplicitModule=*/+CI.getFrontendOpts().BuildingImplicitModule, in CreateASTConsumer()
210 +CI.getFrontendOpts().BuildingImplicitModule)); in CreateASTConsumer()
217 return !getCompilerInstance().getFrontendOpts().AllowPCMWithCompilerErrors && in shouldEraseOutputFiles()
236 if (CI.getFrontendOpts().OutputFile.empty()) { in CreateOutputFile()
237 StringRef ModuleMapFile = CI.getFrontendOpts().OriginalModuleMap; in CreateOutputFile()
242 CI.getFrontendOpts().OutputFile = in CreateOutputFile()
317 CI.getPCHContainerReader(), CI.getFrontendOpts().ModuleFileExtensions, in ExecuteAction()
817 StringRef OutputFileName = CI.getFrontendOpts().OutputFile; in ExecuteAction()