Searched defs:CodePoint (Results 1 – 7 of 7) sorted by relevance
29 static bool translateCodePointToUTF8(unsigned CodePoint, in translateCodePointToUTF8()58 uint64_t CodePoint = Tag.getValueAsInt("CodePoint"); in EmitClangCommentHTMLNamedCharacterReferences() local
595 static bool isAsciiPrintable(uint64_t CodePoint) { in isAsciiPrintable()602 uint64_t CodePoint = parseHexNumber(HexDigits); in demangleConstChar() local
41 unsigned CodePoint) { in convertCodePointToUTF8()70 unsigned CodePoint = 0; in resolveHTMLDecimalCharacterReference() local80 unsigned CodePoint = 0; in resolveHTMLHexCharacterReference() local
1599 uint32_t CodePoint = tryReadUCN(UCNPtr, CurPtr, /*Token=*/nullptr); in tryConsumeIdentifierUCN() local1620 llvm::UTF32 CodePoint; in tryConsumeIdentifierUTF8Char() local3014 uint32_t CodePoint = 0; in tryReadUCN() local3899 if (uint32_t CodePoint = tryReadUCN(CurPtr, BufferPtr, &Result)) { in LexTokenInternal() local3922 llvm::UTF32 CodePoint; in LexTokenInternal() local
258 uint32_t CodePoint = 0; in expandUCNs() local
58 const uint32_t CodePoint = I == N ? 0 : S->getCodeUnit(I); in createGlobalString() local
8024 llvm::UTF32 CodePoint; in HandleInvalidConversionSpecifier() local