Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DCommandLine.cpp106 SmallPtrSet<SubCommand *, 4> RegisteredSubCommands; member in __anone9c85f080111::CommandLineParser
130 for (const auto &Sub : RegisteredSubCommands) { in addLiteralOption()
232 for (auto SC : RegisteredSubCommands) in removeOption()
247 for (const auto &S : RegisteredSubCommands) { in hasOptions()
288 assert(count_if(RegisteredSubCommands, in registerSubCommand()
294 RegisteredSubCommands.insert(sub); in registerSubCommand()
311 RegisteredSubCommands.erase(sub); in unregisterSubCommand()
317 RegisteredSubCommands.end()); in getRegisteredSubcommands()
329 RegisteredSubCommands.clear(); in reset()
448 for (auto S : RegisteredSubCommands) { in LookupSubCommand()
[all …]