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