Searched refs:RegisteredSubCommands (Results 1 – 1 of 1) sorted by relevance
166 SmallPtrSet<SubCommand *, 4> RegisteredSubCommands; member in __anoneac38b030111::CommandLineParser182 for (auto *SC : RegisteredSubCommands) in forEachSubCommand()296 for (const auto *S : RegisteredSubCommands) { in hasOptions()304 for (const auto *S : RegisteredSubCommands) in hasNamedSubCommands()340 assert(count_if(RegisteredSubCommands, in registerSubCommand()346 RegisteredSubCommands.insert(sub); in registerSubCommand()363 RegisteredSubCommands.erase(sub); in unregisterSubCommand()368 return make_range(RegisteredSubCommands.begin(), in getRegisteredSubcommands()369 RegisteredSubCommands.end()); in getRegisteredSubcommands()381 RegisteredSubCommands.clear(); in reset()[all …]