Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp193 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()
411 RegisteredSubCommands.clear(); in reset()
556 for (auto *S : RegisteredSubCommands) { in LookupSubCommand()
[all …]