Lines Matching refs:RegisteredSubCommands
167 SmallPtrSet<SubCommand *, 4> RegisteredSubCommands; member in __anon3d17f4330111::CommandLineParser
192 for (auto *Sub : RegisteredSubCommands) { in addLiteralOption()
248 for (auto *Sub : RegisteredSubCommands) { in addOption()
308 for (auto *SC : RegisteredSubCommands) in removeOption()
323 for (const auto *S : RegisteredSubCommands) { in hasOptions()
347 for (auto *SC : RegisteredSubCommands) in updateArgStr()
369 assert(count_if(RegisteredSubCommands, in registerSubCommand()
375 RegisteredSubCommands.insert(sub); in registerSubCommand()
392 RegisteredSubCommands.erase(sub); in unregisterSubCommand()
397 return make_range(RegisteredSubCommands.begin(), in getRegisteredSubcommands()
398 RegisteredSubCommands.end()); in getRegisteredSubcommands()
410 RegisteredSubCommands.clear(); in reset()
555 for (auto *S : RegisteredSubCommands) { in LookupSubCommand()
1409 for (auto *SC : RegisteredSubCommands) { in ResetAllOptionOccurrences()
2287 sortSubCommands(GlobalParser->RegisteredSubCommands, Subs); in printHelp()
2693 auto &Subs = GlobalParser->RegisteredSubCommands; in getRegisteredOptions()