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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1522 static constexpr HomoglyphPair SortedHomoglyphs[] = { local
1575 std::lower_bound(std::begin(SortedHomoglyphs),
1576 std::end(SortedHomoglyphs) - 1, HomoglyphPair{C, '\0'});

Completed in 116 milliseconds