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()
154 if (CI.getFrontendOpts().RelocatablePCH && Sysroot.empty()) { in ComputeASTConsumerArguments()
171 OutputFile = CI.getFrontendOpts().OutputFile; in CreateOutputFile()
193 std::string OutputFile = CI.getFrontendOpts().OutputFile; in CreateASTConsumer()
201 CI.getFrontendOpts().ModuleFileExtensions, in CreateASTConsumer()
203 +CI.getFrontendOpts().AllowPCMWithCompilerErrors, in CreateASTConsumer()
205 +CI.getFrontendOpts().BuildingImplicitModule, in CreateASTConsumer()
207 +CI.getFrontendOpts().BuildingImplicitModule)); in CreateASTConsumer()
214 return !getCompilerInstance().getFrontendOpts().AllowPCMWithCompilerErrors && in shouldEraseOutputFiles()
233 if (CI.getFrontendOpts().OutputFile.empty()) { in CreateOutputFile()
234 StringRef ModuleMapFile = CI.getFrontendOpts().OriginalModuleMap; in CreateOutputFile()
239 CI.getFrontendOpts().OutputFile = in CreateOutputFile()
309 CI.getPCHContainerReader(), CI.getFrontendOpts().ModuleFileExtensions, in ExecuteAction()
785 StringRef OutputFileName = CI.getFrontendOpts().OutputFile; in ExecuteAction()