Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp302 bool hasNamedSubCommands() const { in hasNamedSubCommands() function in __anoneac38b030111::CommandLineParser
1514 argc >= 2 && argv[FirstArg][0] != '-' && hasNamedSubCommands(); in ParseCommandLineOptions()