Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DCommandLine.cpp1139 SubCommand *ChosenSubCommand = &*TopLevelSubCommand; in ParseCommandLineOptions() local
1143 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 …]