Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A 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()