Searched refs:forEachSubCommand (Results 1 – 1 of 1) sorted by relevance
176 void forEachSubCommand(Option &Opt, function_ref<void(SubCommand &)> Action) { in forEachSubCommand() function in __anoneac38b030111::CommandLineParser205 forEachSubCommand( in addLiteralOption()250 forEachSubCommand(*O, [&](SubCommand &SC) { addOption(O, &SC); }); in addOption()287 forEachSubCommand(*O, [&](SubCommand &SC) { removeOption(O, &SC); }); in removeOption()323 forEachSubCommand(*O, in updateArgStr()