Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DCommandLine.cpp192 for (auto *Sub : RegisteredSubCommands) { in addLiteralOption()
248 for (auto *Sub : RegisteredSubCommands) { in addOption()
308 for (auto *SC : RegisteredSubCommands) in removeOption()
323 for (const auto *S : RegisteredSubCommands) { in hasOptions()
347 for (auto *SC : RegisteredSubCommands) in updateArgStr()
369 assert(count_if(RegisteredSubCommands, in registerSubCommand()
375 RegisteredSubCommands.insert(sub); in registerSubCommand()
392 RegisteredSubCommands.erase(sub); in unregisterSubCommand()
410 RegisteredSubCommands.clear(); in reset()
555 for (auto *S : RegisteredSubCommands) { in LookupSubCommand()
[all …]