Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DCommandLine.cpp108 CommandLineParser() : ActiveSubCommand(nullptr) { in CommandLineParser()
254 SubCommand *getActiveSubCommand() { return ActiveSubCommand; } in getActiveSubCommand()
321 ActiveSubCommand = nullptr; in reset()
338 SubCommand *ActiveSubCommand; member in __anone9c85f080111::CommandLineParser
1147 GlobalParser->ActiveSubCommand = ChosenSubCommand; in ParseCommandLineOptions()
2128 sortOpts(ActiveSubCommand->OptionsMap, Opts, /*ShowHidden*/ true); in printOptionValues()