Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DCommandLine.cpp328 SubCommand *getActiveSubCommand() { return ActiveSubCommand; } in getActiveSubCommand() function in __anonb28886ba0111::CommandLineParser
513 return (GlobalParser->getActiveSubCommand() == this); in operator bool()
2353 SubCommand *Sub = GlobalParser->getActiveSubCommand(); in printHelp()