Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp2407 for (const auto &ActionOpt : getFrontendActionTable()) in getFrontendAction() local
2408 if (ActionOpt.second == Opt.getID()) in getFrontendAction()
2409 return ActionOpt.first; in getFrontendAction()
2417 for (const auto &ActionOpt : getFrontendActionTable()) in getProgramActionOpt() local
2418 if (ActionOpt.first == ProgramAction) in getProgramActionOpt()
2419 return OptSpecifier(ActionOpt.second); in getProgramActionOpt()