Searched refs:forEachSubCommand (Results 1 – 1 of 1) sorted by relevance
175 void forEachSubCommand(Option &Opt, function_ref<void(SubCommand &)> Action) { in forEachSubCommand() function in __anoneac38b030111::CommandLineParser204 forEachSubCommand( in addLiteralOption()249 forEachSubCommand(*O, [&](SubCommand &SC) { addOption(O, &SC); }); in addOption()286 forEachSubCommand(*O, [&](SubCommand &SC) { removeOption(O, &SC); }); in removeOption()322 forEachSubCommand(*O, in updateArgStr()