Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Lex/
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()