Home
last modified time | relevance | path

Searched defs:CodePoint (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/utils/TableGen/
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp29 static bool translateCodePointToUTF8(unsigned CodePoint, in translateCodePointToUTF8()
59 uint64_t CodePoint = Tag.getValueAsInt("CodePoint"); in EmitClangCommentHTMLNamedCharacterReferences() local
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DCommentLexer.cpp33 unsigned CodePoint) { in convertCodePointToUTF8()
62 unsigned CodePoint = 0; in resolveHTMLDecimalCharacterReference() local
72 unsigned CodePoint = 0; in resolveHTMLHexCharacterReference() local
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DLexer.cpp1437 uint32_t CodePoint = tryReadUCN(UCNPtr, CurPtr, /*Token=*/nullptr); in tryConsumeIdentifierUCN() local
1458 UTF32 CodePoint; in tryConsumeIdentifierUTF8Char() local
2719 uint32_t CodePoint = 0; in tryReadUCN() local
3564 if (uint32_t CodePoint = tryReadUCN(CurPtr, BufferPtr, &Result)) { in LexTokenInternal() local
3586 UTF32 CodePoint; in LexTokenInternal() local
H A DLiteralSupport.cpp244 uint32_t CodePoint = 0; in expandUCNs() local