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
41 unsigned CodePoint) { in convertCodePointToUTF8()70 unsigned CodePoint = 0; in resolveHTMLDecimalCharacterReference() local80 unsigned CodePoint = 0; in resolveHTMLHexCharacterReference() local
833 static bool isAsciiPrintable(uint64_t CodePoint) { in isAsciiPrintable()840 uint64_t CodePoint = parseHexNumber(HexDigits); in demangleConstChar() local
1614 uint32_t CodePoint = tryReadUCN(UCNPtr, CurPtr, /*Token=*/nullptr); in tryConsumeIdentifierUCN() local1635 llvm::UTF32 CodePoint; in tryConsumeIdentifierUTF8Char() local3048 uint32_t CodePoint = 0; in tryReadUCN() local3933 if (uint32_t CodePoint = tryReadUCN(CurPtr, BufferPtr, &Result)) { in LexTokenInternal() local3956 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
8296 llvm::UTF32 CodePoint; in HandleInvalidConversionSpecifier() local