Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp1619 const char *UnicodePtr = CurPtr; in tryConsumeIdentifierUTF8Char() local
1622 llvm::convertUTF8Sequence((const llvm::UTF8 **)&UnicodePtr, in tryConsumeIdentifierUTF8Char()
1632 makeCharRange(*this, CurPtr, UnicodePtr), in tryConsumeIdentifierUTF8Char()
1635 makeCharRange(*this, CurPtr, UnicodePtr)); in tryConsumeIdentifierUTF8Char()
1638 CurPtr = UnicodePtr; in tryConsumeIdentifierUTF8Char()