Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp2517 for (const auto &ActionOpt : getFrontendActionTable()) in getFrontendAction() local
2518 if (ActionOpt.second == Opt.getID()) in getFrontendAction()
2519 return ActionOpt.first; in getFrontendAction()
2527 for (const auto &ActionOpt : getFrontendActionTable()) in getProgramActionOpt() local
2528 if (ActionOpt.first == ProgramAction) in getProgramActionOpt()
2529 return OptSpecifier(ActionOpt.second); in getProgramActionOpt()