Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp331 SubCommand *getActiveSubCommand() { return ActiveSubCommand; } in getActiveSubCommand() function in __anon7ff628370111::CommandLineParser
512 return (GlobalParser->getActiveSubCommand() == this); in operator bool()
2205 SubCommand *Sub = GlobalParser->getActiveSubCommand(); in printHelp()