Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/utils/TableGen/
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp29 static bool translateCodePointToUTF8(unsigned CodePoint, in translateCodePointToUTF8()
59 uint64_t CodePoint = Tag.getValueAsInt("CodePoint"); in EmitClangCommentHTMLNamedCharacterReferences() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DCommentLexer.cpp42 unsigned CodePoint) { in convertCodePointToUTF8()
71 unsigned CodePoint = 0; in resolveHTMLDecimalCharacterReference() local
81 unsigned CodePoint = 0; in resolveHTMLHexCharacterReference() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp1587 uint32_t CodePoint = tryReadUCN(UCNPtr, CurPtr, /*Token=*/nullptr); in tryConsumeIdentifierUCN() local
1608 llvm::UTF32 CodePoint; in tryConsumeIdentifierUTF8Char() local
2977 uint32_t CodePoint = 0; in tryReadUCN() local
3856 if (uint32_t CodePoint = tryReadUCN(CurPtr, BufferPtr, &Result)) { in LexTokenInternal() local
3879 llvm::UTF32 CodePoint; in LexTokenInternal() local
H A DLiteralSupport.cpp258 uint32_t CodePoint = 0; in expandUCNs() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp7057 llvm::UTF32 CodePoint; in HandleInvalidConversionSpecifier() local