Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h787 tryReadNumericUCN(const char *&StartPtr, const char *SlashLoc, Token *Result);
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp3413 std::optional<uint32_t> Lexer::tryReadNumericUCN(const char *&StartPtr, in tryReadNumericUCN() function in Lexer
3625 CodePointOpt = tryReadNumericUCN(StartPtr, SlashLoc, Result); in tryReadUCN()