Home | History | Annotate | Download | only in Frontend

Lines Matching refs:getFrontendOpts

68            getFrontendOpts().GenerateGlobalModuleIndex)) &&
241 InitializePreprocessor(*PP, PPOpts, getHeaderSearchOpts(), getFrontendOpts());
299 getFrontendOpts().UseGlobalModuleIndex));
371 const ParsedSourceLocation &Loc = getFrontendOpts().CodeCompletionAt;
376 getFrontendOpts().CodeCompleteOpts,
458 return createOutputFile(getFrontendOpts().OutputFile, Binary,
594 getFrontendOpts());
661 assert(!getFrontendOpts().ShowHelp && "Client must handle '-help'!");
662 assert(!getFrontendOpts().ShowVersion && "Client must handle '-version'!");
680 if (getFrontendOpts().ProgramAction == frontend::RewriteObjC)
689 if (getFrontendOpts().ShowTimers)
692 if (getFrontendOpts().ShowStats)
695 for (unsigned i = 0, e = getFrontendOpts().Inputs.size(); i != e; ++i) {
700 if (Act.BeginSourceFile(*this, getFrontendOpts().Inputs[i])) {
725 if (getFrontendOpts().ShowStats && hasFileManager()) {
841 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts();
919 if (ImportingInstance.getFrontendOpts().GenerateGlobalModuleIndex) {
1160 getFrontendOpts().UseGlobalModuleIndex);