Searched refs:ChosenSubCommand (Results 1 – 1 of 1) sorted by relevance
1530 SubCommand *ChosenSubCommand = &SubCommand::getTopLevel(); in ParseCommandLineOptions() local1534 ChosenSubCommand = LookupSubCommand(StringRef(argv[FirstArg])); in ParseCommandLineOptions()1535 if (ChosenSubCommand != &SubCommand::getTopLevel()) in ParseCommandLineOptions()1538 GlobalParser->ActiveSubCommand = ChosenSubCommand; in ParseCommandLineOptions()1540 assert(ChosenSubCommand); in ParseCommandLineOptions()1541 auto &ConsumeAfterOpt = ChosenSubCommand->ConsumeAfterOpt; in ParseCommandLineOptions()1542 auto &PositionalOpts = ChosenSubCommand->PositionalOpts; in ParseCommandLineOptions()1543 auto &SinkOpts = ChosenSubCommand->SinkOpts; in ParseCommandLineOptions()1544 auto &OptionsMap = ChosenSubCommand->OptionsMap; in ParseCommandLineOptions()1654 Handler = LookupLongOption(*ChosenSubCommand, ArgName, Value, in ParseCommandLineOptions()[all …]