Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp1524 static constexpr HomoglyphPair SortedHomoglyphs[] = { in maybeDiagnoseUTF8Homoglyph() local
1577 std::lower_bound(std::begin(SortedHomoglyphs), in maybeDiagnoseUTF8Homoglyph()
1578 std::end(SortedHomoglyphs) - 1, HomoglyphPair{C, '\0'}); in maybeDiagnoseUTF8Homoglyph()