Lines Matching refs:getFrontendOpts

83            getFrontendOpts().GenerateGlobalModuleIndex)) &&  in shouldBuildGlobalModuleIndex()
399 getFrontendOpts()); in createPreprocessor()
495 getFrontendOpts().ModuleFileExtensions, in createPCHExternalASTSource()
500 getFrontendOpts().UseGlobalModuleIndex); in createPCHExternalASTSource()
582 const ParsedSourceLocation &Loc = getFrontendOpts().CodeCompletionAt; in createCodeCompletionConsumer()
587 getFrontendOpts().CodeCompleteOpts, in createCodeCompletionConsumer()
677 return createOutputFile(getFrontendOpts().OutputFile, Binary, in createDefaultOutputFile()
821 getDependencyOutputOpts(), getFrontendOpts()); in InitializeSourceManager()
898 assert(!getFrontendOpts().ShowHelp && "Client must handle '-help'!"); in ExecuteAction()
899 assert(!getFrontendOpts().ShowVersion && "Client must handle '-version'!"); in ExecuteAction()
916 !getFrontendOpts().AuxTriple.empty()) { in ExecuteAction()
918 TO->Triple = llvm::Triple::normalize(getFrontendOpts().AuxTriple); in ExecuteAction()
933 if (getFrontendOpts().ProgramAction == frontend::RewriteObjC) in ExecuteAction()
942 if (getFrontendOpts().ShowTimers) in ExecuteAction()
945 if (getFrontendOpts().ShowStats || !getFrontendOpts().StatsFile.empty()) in ExecuteAction()
948 for (const FrontendInputFile &FIF : getFrontendOpts().Inputs) { in ExecuteAction()
988 if (getFrontendOpts().ShowStats) { in ExecuteAction()
995 StringRef StatsFile = getFrontendOpts().StatsFile; in ExecuteAction()
1077 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts();
1228 if (ImportingInstance.getFrontendOpts().GenerateGlobalModuleIndex) { in compileModuleImpl()
1484 getFrontendOpts().ModuleFileExtensions, in createModuleManager()
1489 getFrontendOpts().UseGlobalModuleIndex, in createModuleManager()