Lines Matching refs:ChosenSubCommand
1511 SubCommand *ChosenSubCommand = &SubCommand::getTopLevel(); in ParseCommandLineOptions() local
1518 ChosenSubCommand = in ParseCommandLineOptions()
1520 if (ChosenSubCommand != &SubCommand::getTopLevel()) in ParseCommandLineOptions()
1523 GlobalParser->ActiveSubCommand = ChosenSubCommand; in ParseCommandLineOptions()
1525 assert(ChosenSubCommand); in ParseCommandLineOptions()
1526 auto &ConsumeAfterOpt = ChosenSubCommand->ConsumeAfterOpt; in ParseCommandLineOptions()
1527 auto &PositionalOpts = ChosenSubCommand->PositionalOpts; in ParseCommandLineOptions()
1528 auto &SinkOpts = ChosenSubCommand->SinkOpts; in ParseCommandLineOptions()
1529 auto &OptionsMap = ChosenSubCommand->OptionsMap; in ParseCommandLineOptions()
1636 Handler = LookupLongOption(*ChosenSubCommand, ArgName, Value, in ParseCommandLineOptions()
1648 Handler = LookupLongOption(*ChosenSubCommand, ArgName, Value, in ParseCommandLineOptions()
1654 if (!Handler && ChosenSubCommand != &SubCommand::getTopLevel()) in ParseCommandLineOptions()