Lines Matching refs:ChosenSubCommand
1367 SubCommand *ChosenSubCommand = &*TopLevelSubCommand; in ParseCommandLineOptions() local
1371 ChosenSubCommand = LookupSubCommand(StringRef(argv[FirstArg])); in ParseCommandLineOptions()
1372 if (ChosenSubCommand != &*TopLevelSubCommand) in ParseCommandLineOptions()
1375 GlobalParser->ActiveSubCommand = ChosenSubCommand; in ParseCommandLineOptions()
1377 assert(ChosenSubCommand); in ParseCommandLineOptions()
1378 auto &ConsumeAfterOpt = ChosenSubCommand->ConsumeAfterOpt; in ParseCommandLineOptions()
1379 auto &PositionalOpts = ChosenSubCommand->PositionalOpts; in ParseCommandLineOptions()
1380 auto &SinkOpts = ChosenSubCommand->SinkOpts; in ParseCommandLineOptions()
1381 auto &OptionsMap = ChosenSubCommand->OptionsMap; in ParseCommandLineOptions()
1491 Handler = LookupLongOption(*ChosenSubCommand, ArgName, Value, in ParseCommandLineOptions()
1505 Handler = LookupLongOption(*ChosenSubCommand, ArgName, Value, in ParseCommandLineOptions()