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