Lines Matching refs:getFrontendOpts
160 for (const std::string &Arg : CI.getFrontendOpts().AddPluginActions) { in CreateWrappedASTConsumer()
195 if (llvm::any_of(CI.getFrontendOpts().AddPluginActions, in CreateWrappedASTConsumer()
209 CI.getFrontendOpts().PluginArgs[std::string(Plugin.getName())])) { in CreateWrappedASTConsumer()
513 StringRef OriginalModuleMapName = CI.getFrontendOpts().OriginalModuleMap; in prepareToBuildModule()
636 CI.getFrontendOpts().ModuleFiles.push_back(MF.FileName); in BeginSourceFile()
640 CI.getFrontendOpts().ModuleMapFiles.push_back( in BeginSourceFile()
725 for (const auto &F : CI.getFrontendOpts().ModulesEmbedFiles) { in BeginSourceFile()
731 if (CI.getFrontendOpts().ModulesEmbedAllFiles) in BeginSourceFile()
900 for (const auto &Filename : CI.getFrontendOpts().ModuleMapFiles) { in BeginSourceFile()
1005 for (const auto &ModuleFile : CI.getFrontendOpts().ModuleFiles) in BeginSourceFile()
1011 if (!CI.getFrontendOpts().OverrideRecordLayoutsFile.empty() && in BeginSourceFile()
1015 CI.getFrontendOpts().OverrideRecordLayoutsFile)); in BeginSourceFile()
1075 bool DisableFree = CI.getFrontendOpts().DisableFree; in EndSourceFile()
1086 if (CI.getFrontendOpts().ShowStats) { in EndSourceFile()
1133 !CI.getFrontendOpts().CodeCompletionAt.FileName.empty()) in ExecuteAction()
1144 ParseAST(CI.getSema(), CI.getFrontendOpts().ShowStats, in ExecuteAction()
1145 CI.getFrontendOpts().SkipFunctionBodies); in ExecuteAction()