Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp149 class CommandLineParser { class
170 CommandLineParser() : ActiveSubCommand(nullptr) { in CommandLineParser() function in __anon7ff628370111::CommandLineParser
437 static ManagedStatic<CommandLineParser> GlobalParser;
522 Option *CommandLineParser::LookupOption(SubCommand &Sub, StringRef &Arg, in LookupOption()
553 SubCommand *CommandLineParser::LookupSubCommand(StringRef Name) { in LookupSubCommand()
1324 void CommandLineParser::ResetAllOptionOccurrences() { in ResetAllOptionOccurrences()
1333 bool CommandLineParser::ParseCommandLineOptions(int argc, in ParseCommandLineOptions()
2594 void CommandLineParser::printOptionValues() { in printOptionValues()