Searched defs:tryReadUCN (Results 1 - 1 of 1) sorted by path

/external/clang/lib/Lex/
H A DLexer.cpp1437 uint32_t CodePoint = tryReadUCN(UCNPtr, CurPtr, /*Token=*/nullptr);
2694 uint32_t Lexer::tryReadUCN(const char *&StartPtr, const char *SlashLoc, function in class:Lexer
3556 if (uint32_t CodePoint = tryReadUCN(CurPtr, BufferPtr, &Result)) {

Completed in 336 milliseconds