Searched refs:ChosenSubCommand (Results 1 – 1 of 1) sorted by relevance
1528 SubCommand *ChosenSubCommand = &SubCommand::getTopLevel(); in ParseCommandLineOptions() local1535 ChosenSubCommand = in ParseCommandLineOptions()1537 if (ChosenSubCommand != &SubCommand::getTopLevel()) in ParseCommandLineOptions()1540 GlobalParser->ActiveSubCommand = ChosenSubCommand; in ParseCommandLineOptions()1542 assert(ChosenSubCommand); in ParseCommandLineOptions()1543 auto &ConsumeAfterOpt = ChosenSubCommand->ConsumeAfterOpt; in ParseCommandLineOptions()1544 auto &PositionalOpts = ChosenSubCommand->PositionalOpts; in ParseCommandLineOptions()1545 auto &SinkOpts = ChosenSubCommand->SinkOpts; in ParseCommandLineOptions()1546 auto &OptionsMap = ChosenSubCommand->OptionsMap; in ParseCommandLineOptions()1653 Handler = LookupLongOption(*ChosenSubCommand, ArgName, Value, in ParseCommandLineOptions()[all …]