Searched refs:ChosenSubCommand (Results 1 – 1 of 1) sorted by relevance
1139 SubCommand *ChosenSubCommand = &*TopLevelSubCommand; in ParseCommandLineOptions() local1143 ChosenSubCommand = LookupSubCommand(StringRef(argv[FirstArg])); in ParseCommandLineOptions()1144 if (ChosenSubCommand != &*TopLevelSubCommand) in ParseCommandLineOptions()1147 GlobalParser->ActiveSubCommand = ChosenSubCommand; in ParseCommandLineOptions()1149 assert(ChosenSubCommand); in ParseCommandLineOptions()1150 auto &ConsumeAfterOpt = ChosenSubCommand->ConsumeAfterOpt; in ParseCommandLineOptions()1151 auto &PositionalOpts = ChosenSubCommand->PositionalOpts; in ParseCommandLineOptions()1152 auto &SinkOpts = ChosenSubCommand->SinkOpts; in ParseCommandLineOptions()1153 auto &OptionsMap = ChosenSubCommand->OptionsMap; in ParseCommandLineOptions()1256 Handler = LookupOption(*ChosenSubCommand, ArgName, Value); in ParseCommandLineOptions()[all …]