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