Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
HDLexer.h775 std::optional<uint32_t> tryReadNamedUCN(const char *&StartPtr,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
HDLexer.cpp3499 std::optional<uint32_t> Lexer::tryReadNamedUCN(const char *&StartPtr, in tryReadNamedUCN() function in Lexer
3602 CodePointOpt = tryReadNamedUCN(StartPtr, SlashLoc, Result); in tryReadUCN()