Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1672 static constexpr HomoglyphPair SortedHomoglyphs[] = { in maybeDiagnoseUTF8Homoglyph() local
1725 std::lower_bound(std::begin(SortedHomoglyphs), in maybeDiagnoseUTF8Homoglyph()
1726 std::end(SortedHomoglyphs) - 1, HomoglyphPair{C, '\0'}); in maybeDiagnoseUTF8Homoglyph()