Lines Matching refs:getFrontendOpts
157 for (const std::string &Arg : CI.getFrontendOpts().AddPluginActions) { in CreateWrappedASTConsumer()
193 for (size_t i = 0, e = CI.getFrontendOpts().AddPluginActions.size(); in CreateWrappedASTConsumer()
195 if (it->getName() == CI.getFrontendOpts().AddPluginActions[i]) { in CreateWrappedASTConsumer()
203 P->ParseArgs(CI, CI.getFrontendOpts().PluginArgs[it->getName()])) { in CreateWrappedASTConsumer()
483 StringRef OriginalModuleMapName = CI.getFrontendOpts().OriginalModuleMap; in prepareToBuildModule()
592 CI.getFrontendOpts().ModuleFiles.push_back(MF.FileName); in BeginSourceFile()
596 CI.getFrontendOpts().ModuleMapFiles.push_back(FE->getName()); in BeginSourceFile()
677 for (const auto &F : CI.getFrontendOpts().ModulesEmbedFiles) { in BeginSourceFile()
683 if (CI.getFrontendOpts().ModulesEmbedAllFiles) in BeginSourceFile()
795 for (const auto &Filename : CI.getFrontendOpts().ModuleMapFiles) { in BeginSourceFile()
900 for (const auto &ModuleFile : CI.getFrontendOpts().ModuleFiles) in BeginSourceFile()
906 if (!CI.getFrontendOpts().OverrideRecordLayoutsFile.empty() && in BeginSourceFile()
910 CI.getFrontendOpts().OverrideRecordLayoutsFile)); in BeginSourceFile()
967 bool DisableFree = CI.getFrontendOpts().DisableFree; in EndSourceFile()
978 if (CI.getFrontendOpts().ShowStats) { in EndSourceFile()
1025 !CI.getFrontendOpts().CodeCompletionAt.FileName.empty()) in ExecuteAction()
1036 ParseAST(CI.getSema(), CI.getFrontendOpts().ShowStats, in ExecuteAction()
1037 CI.getFrontendOpts().SkipFunctionBodies); in ExecuteAction()