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

/external/llvm/lib/Support/
H A DCommandLine.cpp250 SubCommand *getActiveSubCommand() { return ActiveSubCommand; } function in class:__anon12886::CommandLineParser
389 return (GlobalParser->getActiveSubCommand() == this);
1754 SubCommand *Sub = GlobalParser->getActiveSubCommand();
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DCommandLine.cpp264 SubCommand *getActiveSubCommand() { return ActiveSubCommand; } function in class:__anon20590::CommandLineParser
409 return (GlobalParser->getActiveSubCommand() == this);
1779 SubCommand *Sub = GlobalParser->getActiveSubCommand();

Completed in 158 milliseconds