Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp29 static bool translateCodePointToUTF8(unsigned CodePoint, in translateCodePointToUTF8()
58 uint64_t CodePoint = Tag.getValueAsInt("CodePoint"); in EmitClangCommentHTMLNamedCharacterReferences() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DRustDemangle.cpp595 static bool isAsciiPrintable(uint64_t CodePoint) { in isAsciiPrintable()
602 uint64_t CodePoint = parseHexNumber(HexDigits); in demangleConstChar() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentLexer.cpp41 unsigned CodePoint) { in convertCodePointToUTF8()
70 unsigned CodePoint = 0; in resolveHTMLDecimalCharacterReference() local
80 unsigned CodePoint = 0; in resolveHTMLHexCharacterReference() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp1599 uint32_t CodePoint = tryReadUCN(UCNPtr, CurPtr, /*Token=*/nullptr); in tryConsumeIdentifierUCN() local
1620 llvm::UTF32 CodePoint; in tryConsumeIdentifierUTF8Char() local
3014 uint32_t CodePoint = 0; in tryReadUCN() local
3899 if (uint32_t CodePoint = tryReadUCN(CurPtr, BufferPtr, &Result)) { in LexTokenInternal() local
3922 llvm::UTF32 CodePoint; in LexTokenInternal() local
H A DLiteralSupport.cpp258 uint32_t CodePoint = 0; in expandUCNs() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DProgram.cpp58 const uint32_t CodePoint = I == N ? 0 : S->getCodeUnit(I); in createGlobalString() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp8024 llvm::UTF32 CodePoint; in HandleInvalidConversionSpecifier() local