Lines Matching refs:RegisteredSubCommands
168 SmallPtrSet<SubCommand *, 4> RegisteredSubCommands; member in __anon7ff628370111::CommandLineParser
193 for (auto *Sub : RegisteredSubCommands) { in addLiteralOption()
249 for (auto *Sub : RegisteredSubCommands) { in addOption()
309 for (auto *SC : RegisteredSubCommands) in removeOption()
324 for (const auto *S : RegisteredSubCommands) { in hasOptions()
348 for (auto *SC : RegisteredSubCommands) in updateArgStr()
370 assert(count_if(RegisteredSubCommands, in registerSubCommand()
376 RegisteredSubCommands.insert(sub); in registerSubCommand()
393 RegisteredSubCommands.erase(sub); in unregisterSubCommand()
398 return make_range(RegisteredSubCommands.begin(), in getRegisteredSubcommands()
399 RegisteredSubCommands.end()); in getRegisteredSubcommands()
411 RegisteredSubCommands.clear(); in reset()
556 for (auto *S : RegisteredSubCommands) { in LookupSubCommand()
1327 for (auto *SC : RegisteredSubCommands) { in ResetAllOptionOccurrences()
2214 sortSubCommands(GlobalParser->RegisteredSubCommands, Subs); in printHelp()
2636 auto &Subs = GlobalParser->RegisteredSubCommands; in getRegisteredOptions()