Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp625 StringRef LongestMatch; in globsMatches() local
632 if (Glob->Name.size() < LongestMatch.size()) in globsMatches()
636 LongestMatch = Glob->Name; in globsMatches()