Lines Matching refs:getFrontendOpts
160 for (size_t i = 0, e = CI.getFrontendOpts().AddPluginActions.size(); in CreateWrappedASTConsumer()
162 if (it->getName() == CI.getFrontendOpts().AddPluginActions[i]) { in CreateWrappedASTConsumer()
170 P->ParseArgs(CI, CI.getFrontendOpts().PluginArgs[it->getName()])) { in CreateWrappedASTConsumer()
407 for (const auto &Filename : CI.getFrontendOpts().ModuleMapFiles) { in BeginSourceFile()
416 for (const auto &ModuleFile : CI.getFrontendOpts().ModuleFiles) in BeginSourceFile()
422 if (!CI.getFrontendOpts().OverrideRecordLayoutsFile.empty() && in BeginSourceFile()
426 CI.getFrontendOpts().OverrideRecordLayoutsFile)); in BeginSourceFile()
489 bool DisableFree = CI.getFrontendOpts().DisableFree; in EndSourceFile()
500 if (CI.getFrontendOpts().ShowStats) { in EndSourceFile()
545 !CI.getFrontendOpts().CodeCompletionAt.FileName.empty()) in ExecuteAction()
556 ParseAST(CI.getSema(), CI.getFrontendOpts().ShowStats, in ExecuteAction()
557 CI.getFrontendOpts().SkipFunctionBodies); in ExecuteAction()