Lines Matching refs:getFrontendOpts
172 for (const std::string &Arg : CI.getFrontendOpts().AddPluginActions) { in CreateWrappedASTConsumer()
207 if (llvm::is_contained(CI.getFrontendOpts().AddPluginActions, in CreateWrappedASTConsumer()
219 CI.getFrontendOpts().PluginArgs[std::string(Plugin.getName())])) { in CreateWrappedASTConsumer()
525 StringRef OriginalModuleMapName = CI.getFrontendOpts().OriginalModuleMap; in prepareToBuildModule()
649 CI.getFrontendOpts().ModuleFiles.push_back(MF.FileName); in BeginSourceFile()
652 CI.getFrontendOpts().ModuleMapFiles.push_back( in BeginSourceFile()
743 for (const auto &F : CI.getFrontendOpts().ModulesEmbedFiles) { in BeginSourceFile()
749 if (CI.getFrontendOpts().ModulesEmbedAllFiles) in BeginSourceFile()
917 for (const auto &Filename : CI.getFrontendOpts().ModuleMapFiles) { in BeginSourceFile()
1025 for (const auto &ModuleFile : CI.getFrontendOpts().ModuleFiles) { in BeginSourceFile()
1037 if (!CI.getFrontendOpts().OverrideRecordLayoutsFile.empty() && in BeginSourceFile()
1041 CI.getFrontendOpts().OverrideRecordLayoutsFile)); in BeginSourceFile()
1107 bool DisableFree = CI.getFrontendOpts().DisableFree; in EndSourceFile()
1118 if (CI.getFrontendOpts().ShowStats) { in EndSourceFile()
1172 !CI.getFrontendOpts().CodeCompletionAt.FileName.empty()) in ExecuteAction()
1183 ParseAST(CI.getSema(), CI.getFrontendOpts().ShowStats, in ExecuteAction()
1184 CI.getFrontendOpts().SkipFunctionBodies); in ExecuteAction()