Home
last modified time | relevance | path

Searched refs:ChosenSubCommand (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A DCommandLine.cpp1455 SubCommand *ChosenSubCommand = &*TopLevelSubCommand; in ParseCommandLineOptions() local
1459 ChosenSubCommand = LookupSubCommand(StringRef(argv[FirstArg])); in ParseCommandLineOptions()
1460 if (ChosenSubCommand != &*TopLevelSubCommand) in ParseCommandLineOptions()
1463 GlobalParser->ActiveSubCommand = ChosenSubCommand; in ParseCommandLineOptions()
1465 assert(ChosenSubCommand); in ParseCommandLineOptions()
1466 auto &ConsumeAfterOpt = ChosenSubCommand->ConsumeAfterOpt; in ParseCommandLineOptions()
1467 auto &PositionalOpts = ChosenSubCommand->PositionalOpts; in ParseCommandLineOptions()
1468 auto &SinkOpts = ChosenSubCommand->SinkOpts; in ParseCommandLineOptions()
1469 auto &OptionsMap = ChosenSubCommand->OptionsMap; in ParseCommandLineOptions()
1579 Handler = LookupLongOption(*ChosenSubCommand, ArgName, Value, in ParseCommandLineOptions()
[all …]