Searched refs:ActionOpt (Results 1 – 1 of 1) sorted by relevance
2407 for (const auto &ActionOpt : getFrontendActionTable()) in getFrontendAction() local2408 if (ActionOpt.second == Opt.getID()) in getFrontendAction()2409 return ActionOpt.first; in getFrontendAction()2417 for (const auto &ActionOpt : getFrontendActionTable()) in getProgramActionOpt() local2418 if (ActionOpt.first == ProgramAction) in getProgramActionOpt()2419 return OptSpecifier(ActionOpt.second); in getProgramActionOpt()