Home
last modified time | relevance | path

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

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