Searched refs:LookupSubCommand (Results 1 – 4 of 4) sorted by relevance
331 SubCommand *LookupSubCommand(const char *Name);429 SubCommand *CommandLineParser::LookupSubCommand(const char *Name) { in LookupSubCommand() function in CommandLineParser1038 ChosenSubCommand = LookupSubCommand(argv[FirstArg]); in ParseCommandLineOptions()
351 SubCommand *LookupSubCommand(StringRef Name);454 SubCommand *CommandLineParser::LookupSubCommand(StringRef Name) { in LookupSubCommand() function in CommandLineParser1065 ChosenSubCommand = LookupSubCommand(StringRef(argv[FirstArg])); in ParseCommandLineOptions()
429 SubCommand *LookupSubCommand(StringRef Name);557 SubCommand *CommandLineParser::LookupSubCommand(StringRef Name) { in LookupSubCommand() function in CommandLineParser1363 ChosenSubCommand = LookupSubCommand(StringRef(argv[FirstArg])); in ParseCommandLineOptions()
429 SubCommand *LookupSubCommand(StringRef Name);557 SubCommand *CommandLineParser::LookupSubCommand(StringRef Name) { in LookupSubCommand() function in CommandLineParser1346 ChosenSubCommand = LookupSubCommand(StringRef(argv[FirstArg])); in ParseCommandLineOptions()