Searched refs:RegisteredSubCommands (Results 1 – 1 of 1) sorted by relevance
165 SmallPtrSet<SubCommand *, 4> RegisteredSubCommands; member in __anon623d7d780111::CommandLineParser181 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()[all …]