Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp429 SubCommand *LookupSubCommand(StringRef Name);
553 SubCommand *CommandLineParser::LookupSubCommand(StringRef Name) { in LookupSubCommand() function in CommandLineParser
1369 ChosenSubCommand = LookupSubCommand(StringRef(argv[FirstArg])); in ParseCommandLineOptions()