Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp1367 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()
[all …]