Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Lex/
DLexer.cpp1519 struct HomoglyphPair { in maybeDiagnoseUTF8Homoglyph() struct
1522 bool operator<(HomoglyphPair R) const { return Character < R.Character; } in maybeDiagnoseUTF8Homoglyph() argument
1524 static constexpr HomoglyphPair SortedHomoglyphs[] = { in maybeDiagnoseUTF8Homoglyph()
1578 std::end(SortedHomoglyphs) - 1, HomoglyphPair{C, '\0'}); in maybeDiagnoseUTF8Homoglyph()