Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp29 static bool translateCodePointToUTF8(unsigned CodePoint, in translateCodePointToUTF8()
58 uint64_t CodePoint = Tag.getValueAsInt("CodePoint"); in EmitClangCommentHTMLNamedCharacterReferences() local
/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/llvm/lib/Demangle/
H A DRustDemangle.cpp833 static bool isAsciiPrintable(uint64_t CodePoint) { in isAsciiPrintable()
840 uint64_t CodePoint = parseHexNumber(HexDigits); in demangleConstChar() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1614 uint32_t CodePoint = tryReadUCN(UCNPtr, CurPtr, /*Token=*/nullptr); in tryConsumeIdentifierUCN() local
1635 llvm::UTF32 CodePoint; in tryConsumeIdentifierUTF8Char() local
3048 uint32_t CodePoint = 0; in tryReadUCN() local
3933 if (uint32_t CodePoint = tryReadUCN(CurPtr, BufferPtr, &Result)) { in LexTokenInternal() local
3956 llvm::UTF32 CodePoint; in LexTokenInternal() local
H A DLiteralSupport.cpp258 uint32_t CodePoint = 0; in expandUCNs() local
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.cpp58 const uint32_t CodePoint = I == N ? 0 : S->getCodeUnit(I); in createGlobalString() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp8296 llvm::UTF32 CodePoint; in HandleInvalidConversionSpecifier() local