Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DLexer.cpp1602 static constexpr HomoglyphPair SortedHomoglyphs[] = { in maybeDiagnoseUTF8Homoglyph() local
1655 std::lower_bound(std::begin(SortedHomoglyphs), in maybeDiagnoseUTF8Homoglyph()
1656 std::end(SortedHomoglyphs) - 1, HomoglyphPair{C, '\0'}); in maybeDiagnoseUTF8Homoglyph()