Lines Matching refs:getFrontendOpts
158 for (const std::string &Arg : CI.getFrontendOpts().AddPluginActions) { in CreateWrappedASTConsumer()
192 if (llvm::any_of(CI.getFrontendOpts().AddPluginActions, in CreateWrappedASTConsumer()
202 CI.getFrontendOpts().PluginArgs[std::string(Plugin.getName())])) { in CreateWrappedASTConsumer()
496 StringRef OriginalModuleMapName = CI.getFrontendOpts().OriginalModuleMap; in prepareToBuildModule()
606 CI.getFrontendOpts().ModuleFiles.push_back(MF.FileName); in BeginSourceFile()
610 CI.getFrontendOpts().ModuleMapFiles.push_back( in BeginSourceFile()
693 for (const auto &F : CI.getFrontendOpts().ModulesEmbedFiles) { in BeginSourceFile()
699 if (CI.getFrontendOpts().ModulesEmbedAllFiles) in BeginSourceFile()
811 for (const auto &Filename : CI.getFrontendOpts().ModuleMapFiles) { in BeginSourceFile()
916 for (const auto &ModuleFile : CI.getFrontendOpts().ModuleFiles) in BeginSourceFile()
922 if (!CI.getFrontendOpts().OverrideRecordLayoutsFile.empty() && in BeginSourceFile()
926 CI.getFrontendOpts().OverrideRecordLayoutsFile)); in BeginSourceFile()
989 bool DisableFree = CI.getFrontendOpts().DisableFree; in EndSourceFile()
1000 if (CI.getFrontendOpts().ShowStats) { in EndSourceFile()
1047 !CI.getFrontendOpts().CodeCompletionAt.FileName.empty()) in ExecuteAction()
1058 ParseAST(CI.getSema(), CI.getFrontendOpts().ShowStats, in ExecuteAction()
1059 CI.getFrontendOpts().SkipFunctionBodies); in ExecuteAction()