Home
last modified time | relevance | path

Searched refs:RegisteredSubCommands (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp166 SmallPtrSet<SubCommand *, 4> RegisteredSubCommands; member in __anoneac38b030111::CommandLineParser
182 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 …]