Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DLiteralSupport.cpp230 static void appendCodePoint(unsigned Codepoint, in appendCodePoint() argument
234 bool Res = llvm::ConvertCodePointToUTF8(Codepoint, ResultPtr); in appendCodePoint()