Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp170 CommandLineParser() : ActiveSubCommand(nullptr) { in CommandLineParser()
331 SubCommand *getActiveSubCommand() { return ActiveSubCommand; } in getActiveSubCommand()
403 ActiveSubCommand = nullptr; in reset()
422 SubCommand *ActiveSubCommand; member in __anon7ff628370111::CommandLineParser
1375 GlobalParser->ActiveSubCommand = ChosenSubCommand; in ParseCommandLineOptions()
2599 sortOpts(ActiveSubCommand->OptionsMap, Opts, /*ShowHidden*/ true); in printOptionValues()