Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DCommandLine.cpp92 class CommandLineParser { class
108 CommandLineParser() : ActiveSubCommand(nullptr) { in CommandLineParser() function in __anone9c85f080111::CommandLineParser
346 static ManagedStatic<CommandLineParser> GlobalParser;
410 Option *CommandLineParser::LookupOption(SubCommand &Sub, StringRef &Arg, in LookupOption()
445 SubCommand *CommandLineParser::LookupSubCommand(StringRef Name) { in LookupSubCommand()
1097 void CommandLineParser::ResetAllOptionOccurrences() { in ResetAllOptionOccurrences()
1106 bool CommandLineParser::ParseCommandLineOptions(int argc, in ParseCommandLineOptions()
2123 void CommandLineParser::printOptionValues() { in printOptionValues()