Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp1686 const char *UnicodePtr = CurPtr; in tryConsumeIdentifierUTF8Char() local
1689 llvm::convertUTF8Sequence((const llvm::UTF8 **)&UnicodePtr, in tryConsumeIdentifierUTF8Char()
1704 makeCharRange(*this, CurPtr, UnicodePtr), /*IsFirst=*/false); in tryConsumeIdentifierUTF8Char()
1710 makeCharRange(*this, CurPtr, UnicodePtr), in tryConsumeIdentifierUTF8Char()
1713 makeCharRange(*this, CurPtr, UnicodePtr)); in tryConsumeIdentifierUTF8Char()
1716 CurPtr = UnicodePtr; in tryConsumeIdentifierUTF8Char()