Home
last modified time | relevance | path

Searched refs:ActionOpt (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp2661 for (const auto &ActionOpt : getFrontendActionTable()) in getFrontendAction() local
2662 if (ActionOpt.second == Opt.getID()) in getFrontendAction()
2663 return ActionOpt.first; in getFrontendAction()
2671 for (const auto &ActionOpt : getFrontendActionTable()) in getProgramActionOpt() local
2672 if (ActionOpt.first == ProgramAction) in getProgramActionOpt()
2673 return OptSpecifier(ActionOpt.second); in getProgramActionOpt()