Lines Matching refs:getFrontendOpts
166 for (const std::string &Arg : CI.getFrontendOpts().AddPluginActions) { in CreateWrappedASTConsumer()
201 if (llvm::is_contained(CI.getFrontendOpts().AddPluginActions, in CreateWrappedASTConsumer()
213 CI.getFrontendOpts().PluginArgs[std::string(Plugin.getName())])) { in CreateWrappedASTConsumer()
519 StringRef OriginalModuleMapName = CI.getFrontendOpts().OriginalModuleMap; in prepareToBuildModule()
642 CI.getFrontendOpts().ModuleFiles.push_back(MF.FileName); in BeginSourceFile()
645 CI.getFrontendOpts().ModuleMapFiles.push_back( in BeginSourceFile()
736 for (const auto &F : CI.getFrontendOpts().ModulesEmbedFiles) { in BeginSourceFile()
742 if (CI.getFrontendOpts().ModulesEmbedAllFiles) in BeginSourceFile()
912 for (const auto &Filename : CI.getFrontendOpts().ModuleMapFiles) { in BeginSourceFile()
1020 for (const auto &ModuleFile : CI.getFrontendOpts().ModuleFiles) in BeginSourceFile()
1026 if (!CI.getFrontendOpts().OverrideRecordLayoutsFile.empty() && in BeginSourceFile()
1030 CI.getFrontendOpts().OverrideRecordLayoutsFile)); in BeginSourceFile()
1096 bool DisableFree = CI.getFrontendOpts().DisableFree; in EndSourceFile()
1107 if (CI.getFrontendOpts().ShowStats) { in EndSourceFile()
1154 !CI.getFrontendOpts().CodeCompletionAt.FileName.empty()) in ExecuteAction()
1165 ParseAST(CI.getSema(), CI.getFrontendOpts().ShowStats, in ExecuteAction()
1166 CI.getFrontendOpts().SkipFunctionBodies); in ExecuteAction()