Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h245 ArrayRef<SubCommand *> getSubCommands() const { return Subs; } in getSubCommands() function
488 for (SubCommand *SC : Group->getSubCommands()) in apply()