Searched refs:tryReadUCN (Results 1 – 2 of 2) sorted by relevance
803 uint32_t tryReadUCN(const char *&StartPtr, const char *SlashLoc, Token *Result);
1788 uint32_t CodePoint = tryReadUCN(UCNPtr, CurPtr, /*Token=*/nullptr); in tryConsumeIdentifierUCN()3618 uint32_t Lexer::tryReadUCN(const char *&StartPtr, const char *SlashLoc, in tryReadUCN() function in Lexer4436 if (uint32_t CodePoint = tryReadUCN(CurPtr, BufferPtr, &Result)) { in LexTokenInternal()