Lines Matching refs:getAll
180 if (Opt.Subs.size() == 1 && *Opt.Subs.begin() == &SubCommand::getAll()) { in forEachSubCommand()
183 Action(SubCommand::getAll()); in forEachSubCommand()
187 assert(SC != &SubCommand::getAll() && in forEachSubCommand()
349 assert(sub != &SubCommand::getAll() && in registerSubCommand()
351 for (auto &E : SubCommand::getAll().OptionsMap) { in registerSubCommand()
383 SubCommand::getAll().reset(); in reset()
465 SubCommand &SubCommand::getAll() { return *AllSubCommands; } in getAll() function in SubCommand
499 assert(&Sub != &SubCommand::getAll()); in LookupOption()
532 assert(S != &SubCommand::getAll() && in LookupSubCommand()
2587 cl::sub(SubCommand::getAll())};
2596 cl::sub(SubCommand::getAll())};
2607 cl::sub(SubCommand::getAll())};
2619 cl::sub(SubCommand::getAll())};
2627 cl::sub(SubCommand::getAll())};
2635 cl::sub(SubCommand::getAll())};