Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Lex/
DLexer.cpp1519 struct HomoglyphPair { in maybeDiagnoseUTF8Homoglyph() struct
1520 uint32_t Character; in maybeDiagnoseUTF8Homoglyph()
1521 char LooksLike; in maybeDiagnoseUTF8Homoglyph()
1522 bool operator<(HomoglyphPair R) const { return Character < R.Character; } in maybeDiagnoseUTF8Homoglyph()