Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp167 CommandLineParser() : ActiveSubCommand(nullptr) { in CommandLineParser()
328 SubCommand *getActiveSubCommand() { return ActiveSubCommand; } in getActiveSubCommand()
400 ActiveSubCommand = nullptr; in reset()
419 SubCommand *ActiveSubCommand; member in __anon1df4e36e0111::CommandLineParser
1373 GlobalParser->ActiveSubCommand = ChosenSubCommand; in ParseCommandLineOptions()
2461 sortOpts(ActiveSubCommand->OptionsMap, Opts, /*ShowHidden*/ true); in printOptionValues()