Lines Matching refs:getFrontendOpts
144 if (CI.getFrontendOpts().AddPluginActions.size() == 0) in CreateWrappedASTConsumer()
152 for (size_t i = 0, e = CI.getFrontendOpts().AddPluginActions.size(); in CreateWrappedASTConsumer()
160 if (it->getName() != CI.getFrontendOpts().AddPluginActions[i]) in CreateWrappedASTConsumer()
163 if (P->ParseArgs(CI, CI.getFrontendOpts().AddPluginArgs[i])) in CreateWrappedASTConsumer()
389 for (const auto &Filename : CI.getFrontendOpts().ModuleMapFiles) { in BeginSourceFile()
398 for (const auto &ModuleFile : CI.getFrontendOpts().ModuleFiles) in BeginSourceFile()
404 if (!CI.getFrontendOpts().OverrideRecordLayoutsFile.empty() && in BeginSourceFile()
408 CI.getFrontendOpts().OverrideRecordLayoutsFile)); in BeginSourceFile()
471 bool DisableFree = CI.getFrontendOpts().DisableFree; in EndSourceFile()
482 if (CI.getFrontendOpts().ShowStats) { in EndSourceFile()
527 !CI.getFrontendOpts().CodeCompletionAt.FileName.empty()) in ExecuteAction()
538 ParseAST(CI.getSema(), CI.getFrontendOpts().ShowStats, in ExecuteAction()
539 CI.getFrontendOpts().SkipFunctionBodies); in ExecuteAction()