Searched refs:LookupSubCommand (Results 1 – 1 of 1) sorted by relevance
429 SubCommand *LookupSubCommand(StringRef Name);554 SubCommand *CommandLineParser::LookupSubCommand(StringRef Name) { in LookupSubCommand() function in CommandLineParser1534 ChosenSubCommand = LookupSubCommand(StringRef(argv[FirstArg])); in ParseCommandLineOptions()