Lines Matching refs:RegisteredSubCommands
165 SmallPtrSet<SubCommand *, 4> RegisteredSubCommands; member in __anon623d7d780111::CommandLineParser
181 for (auto *SC : RegisteredSubCommands) in forEachSubCommand()
295 for (const auto *S : RegisteredSubCommands) { in hasOptions()
303 for (const auto *S : RegisteredSubCommands) in hasNamedSubCommands()
339 assert(count_if(RegisteredSubCommands, in registerSubCommand()
345 RegisteredSubCommands.insert(sub); in registerSubCommand()
362 RegisteredSubCommands.erase(sub); in unregisterSubCommand()
367 return make_range(RegisteredSubCommands.begin(), in getRegisteredSubcommands()
368 RegisteredSubCommands.end()); in getRegisteredSubcommands()
380 RegisteredSubCommands.clear(); in reset()
531 for (auto *S : RegisteredSubCommands) { in LookupSubCommand()
1460 for (auto *SC : RegisteredSubCommands) { in ResetAllOptionOccurrences()
2360 sortSubCommands(GlobalParser->RegisteredSubCommands, Subs); in printHelp()
2796 auto &Subs = GlobalParser->RegisteredSubCommands; in getRegisteredOptions()