Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DCommandLine.cpp254 SubCommand *getActiveSubCommand() { return ActiveSubCommand; } in getActiveSubCommand() function in __anone9c85f080111::CommandLineParser
400 return (GlobalParser->getActiveSubCommand() == this); in operator bool()
1873 SubCommand *Sub = GlobalParser->getActiveSubCommand(); in printHelp()