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