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.cpp1694 StringRef NearestArgumentName) { in ParseCommandLineOptions() argument
1699 if (NearestArgumentName.empty()) in ParseCommandLineOptions()
1704 *Errs << PrintArg(NearestArgumentName, 0); in ParseCommandLineOptions()
1706 *Errs << NearestArgumentName; in ParseCommandLineOptions()