Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp264 SubCommand *getActiveSubCommand() { return ActiveSubCommand; } in getActiveSubCommand() function in __anon937ab9ee0111::CommandLineParser
414 return (GlobalParser->getActiveSubCommand() == this); in operator bool()
1784 SubCommand *Sub = GlobalParser->getActiveSubCommand(); in operator =()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCommandLine.cpp328 SubCommand *getActiveSubCommand() { return ActiveSubCommand; } in getActiveSubCommand() function in __anonae445c6d0111::CommandLineParser
512 return (GlobalParser->getActiveSubCommand() == this); in operator bool()
2164 SubCommand *Sub = GlobalParser->getActiveSubCommand(); in printHelp()