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()
655 CI.getFrontendOpts().ModuleFiles.push_back(MF.FileName); in BeginSourceFile()
658 CI.getFrontendOpts().ModuleMapFiles.push_back( in BeginSourceFile()
749 for (const auto &F : CI.getFrontendOpts().ModulesEmbedFiles) { in BeginSourceFile()
755 if (CI.getFrontendOpts().ModulesEmbedAllFiles) in BeginSourceFile()
926 for (const auto &Filename : CI.getFrontendOpts().ModuleMapFiles) { in BeginSourceFile()
1034 for (const auto &ModuleFile : CI.getFrontendOpts().ModuleFiles) { in BeginSourceFile()
1046 if (!CI.getFrontendOpts().OverrideRecordLayoutsFile.empty() && in BeginSourceFile()
1050 CI.getFrontendOpts().OverrideRecordLayoutsFile)); in BeginSourceFile()
1116 bool DisableFree = CI.getFrontendOpts().DisableFree; in EndSourceFile()
1127 if (CI.getFrontendOpts().ShowStats) { in EndSourceFile()
1181 !CI.getFrontendOpts().CodeCompletionAt.FileName.empty()) in ExecuteAction()
1192 ParseAST(CI.getSema(), CI.getFrontendOpts().ShowStats, in ExecuteAction()
1193 CI.getFrontendOpts().SkipFunctionBodies); in ExecuteAction()