Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp318 bool hasOptions(const SubCommand &Sub) const { in hasOptions() function in __anon7ff628370111::CommandLineParser
323 bool hasOptions() const { in hasOptions() function in __anon7ff628370111::CommandLineParser
325 if (hasOptions(*S)) in hasOptions()
1338 assert(hasOptions() && "No options specified!"); in ParseCommandLineOptions()