Lines Matching refs:RegisteredSubCommands
106 SmallPtrSet<SubCommand *, 4> RegisteredSubCommands; member in __anone9c85f080111::CommandLineParser
130 for (const auto &Sub : RegisteredSubCommands) { in addLiteralOption()
181 for (const auto &Sub : RegisteredSubCommands) { in addOption()
232 for (auto SC : RegisteredSubCommands) in removeOption()
247 for (const auto &S : RegisteredSubCommands) { in hasOptions()
288 assert(count_if(RegisteredSubCommands, in registerSubCommand()
294 RegisteredSubCommands.insert(sub); in registerSubCommand()
311 RegisteredSubCommands.erase(sub); in unregisterSubCommand()
316 return make_range(RegisteredSubCommands.begin(), in getRegisteredSubcommands()
317 RegisteredSubCommands.end()); in getRegisteredSubcommands()
329 RegisteredSubCommands.clear(); in reset()
448 for (auto S : RegisteredSubCommands) { in LookupSubCommand()
1100 for (auto SC : RegisteredSubCommands) { in ResetAllOptionOccurrences()
1882 sortSubCommands(GlobalParser->RegisteredSubCommands, Subs); in printHelp()
2232 auto &Subs = GlobalParser->RegisteredSubCommands; in getRegisteredOptions()