Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp309 SubCommand *getActiveSubCommand() { return ActiveSubCommand; } in getActiveSubCommand() function in __anoneac38b030111::CommandLineParser
484 return (GlobalParser->getActiveSubCommand() == this); in operator bool()
2351 SubCommand *Sub = GlobalParser->getActiveSubCommand(); in printHelp()