Searched refs:RegisteredSubCommands (Results 1 – 1 of 1) sorted by relevance
165 SmallPtrSet<SubCommand *, 4> RegisteredSubCommands; member in __anon1df4e36e0111::CommandLineParser190 for (auto *Sub : RegisteredSubCommands) { in addLiteralOption()246 for (auto *Sub : RegisteredSubCommands) { in addOption()306 for (auto *SC : RegisteredSubCommands) in removeOption()321 for (const auto *S : RegisteredSubCommands) { in hasOptions()345 for (auto *SC : RegisteredSubCommands) in updateArgStr()367 assert(count_if(RegisteredSubCommands, in registerSubCommand()373 RegisteredSubCommands.insert(sub); in registerSubCommand()390 RegisteredSubCommands.erase(sub); in unregisterSubCommand()395 return make_range(RegisteredSubCommands.begin(), in getRegisteredSubcommands()[all …]