Lines Matching refs:getFrontendOpts
73 getFrontendOpts().GenerateGlobalModuleIndex)) && in shouldBuildGlobalModuleIndex()
332 getFrontendOpts()); in createPreprocessor()
411 getFrontendOpts().ModuleFileExtensions, in createPCHExternalASTSource()
414 getFrontendOpts().UseGlobalModuleIndex); in createPCHExternalASTSource()
488 const ParsedSourceLocation &Loc = getFrontendOpts().CodeCompletionAt; in createCodeCompletionConsumer()
493 getFrontendOpts().CodeCompleteOpts, in createCodeCompletionConsumer()
576 return createOutputFile(getFrontendOpts().OutputFile, Binary, in createDefaultOutputFile()
717 getFrontendOpts()); in InitializeSourceManager()
791 assert(!getFrontendOpts().ShowHelp && "Client must handle '-help'!"); in ExecuteAction()
792 assert(!getFrontendOpts().ShowVersion && "Client must handle '-version'!"); in ExecuteAction()
805 if (getLangOpts().CUDA && !getFrontendOpts().AuxTriple.empty()) { in ExecuteAction()
807 TO->Triple = getFrontendOpts().AuxTriple; in ExecuteAction()
818 if (getFrontendOpts().ProgramAction == frontend::RewriteObjC) in ExecuteAction()
827 if (getFrontendOpts().ShowTimers) in ExecuteAction()
830 if (getFrontendOpts().ShowStats) in ExecuteAction()
833 for (const FrontendInputFile &FIF : getFrontendOpts().Inputs) { in ExecuteAction()
864 if (getFrontendOpts().ShowStats && hasFileManager()) { in ExecuteAction()
931 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts(); in compileModuleImpl()
1024 if (ImportingInstance.getFrontendOpts().GenerateGlobalModuleIndex) { in compileModuleImpl()
1272 getFrontendOpts().ModuleFileExtensions, in createModuleManager()
1277 getFrontendOpts().UseGlobalModuleIndex, in createModuleManager()