Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp1365 SubCommand *ChosenSubCommand = &*TopLevelSubCommand; in ParseCommandLineOptions() local
1369 ChosenSubCommand = LookupSubCommand(StringRef(argv[FirstArg])); in ParseCommandLineOptions()
1370 if (ChosenSubCommand != &*TopLevelSubCommand) in ParseCommandLineOptions()
1373 GlobalParser->ActiveSubCommand = ChosenSubCommand; in ParseCommandLineOptions()
1375 assert(ChosenSubCommand); in ParseCommandLineOptions()
1376 auto &ConsumeAfterOpt = ChosenSubCommand->ConsumeAfterOpt; in ParseCommandLineOptions()
1377 auto &PositionalOpts = ChosenSubCommand->PositionalOpts; in ParseCommandLineOptions()
1378 auto &SinkOpts = ChosenSubCommand->SinkOpts; in ParseCommandLineOptions()
1379 auto &OptionsMap = ChosenSubCommand->OptionsMap; in ParseCommandLineOptions()
1489 Handler = LookupLongOption(*ChosenSubCommand, ArgName, Value, in ParseCommandLineOptions()
[all …]