Searched refs:ChosenSubCommand (Results 1 – 1 of 1) sorted by relevance
1367 SubCommand *ChosenSubCommand = &*TopLevelSubCommand; in ParseCommandLineOptions() local1371 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()[all …]