Searched refs:ChosenSubCommand (Results 1 – 1 of 1) sorted by relevance
1455 SubCommand *ChosenSubCommand = &*TopLevelSubCommand; in ParseCommandLineOptions() local1459 ChosenSubCommand = LookupSubCommand(StringRef(argv[FirstArg])); in ParseCommandLineOptions()1460 if (ChosenSubCommand != &*TopLevelSubCommand) in ParseCommandLineOptions()1463 GlobalParser->ActiveSubCommand = ChosenSubCommand; in ParseCommandLineOptions()1465 assert(ChosenSubCommand); in ParseCommandLineOptions()1466 auto &ConsumeAfterOpt = ChosenSubCommand->ConsumeAfterOpt; in ParseCommandLineOptions()1467 auto &PositionalOpts = ChosenSubCommand->PositionalOpts; in ParseCommandLineOptions()1468 auto &SinkOpts = ChosenSubCommand->SinkOpts; in ParseCommandLineOptions()1469 auto &OptionsMap = ChosenSubCommand->OptionsMap; in ParseCommandLineOptions()1579 Handler = LookupLongOption(*ChosenSubCommand, ArgName, Value, in ParseCommandLineOptions()[all …]