Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp1677 StringRef NearestArgumentName) { in ParseCommandLineOptions() argument
1682 if (NearestArgumentName.empty()) in ParseCommandLineOptions()
1687 *Errs << PrintArg(NearestArgumentName, 0); in ParseCommandLineOptions()
1689 *Errs << NearestArgumentName; in ParseCommandLineOptions()