Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DUnicode.h73 char32_t CodePoint; member
/freebsd/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/contrib/llvm-project/llvm/lib/Demangle/
H A DRustDemangle.cpp799 static bool isAsciiPrintable(uint64_t CodePoint) { in isAsciiPrintable()
806 uint64_t CodePoint = parseHexNumber(HexDigits); in demangleConstChar() local
1070 static inline bool encodeUTF8(size_t CodePoint, char *Output) { in encodeUTF8()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1740 DiagnosticsEngine &Diags, const LangOptions &LangOpts, uint32_t CodePoint, in diagnoseInvalidUnicodeCodepointInIdentifier()
1769 uint32_t CodePoint = tryReadUCN(UCNPtr, CurPtr, /*Token=*/nullptr); in tryConsumeIdentifierUCN() local
1808 llvm::UTF32 CodePoint; in tryConsumeIdentifierUTF8Char() local
3412 uint32_t CodePoint = 0; in tryReadNumericUCN() local
3607 uint32_t CodePoint = *CodePointOpt; in tryReadUCN() local
4412 if (uint32_t CodePoint = tryReadUCN(CurPtr, BufferPtr, &Result)) { in LexTokenInternal() local
4435 llvm::UTF32 CodePoint; in LexTokenInternal() local
H A DLiteralSupport.cpp392 uint32_t CodePoint = 0; in expandUCNs() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.cpp77 const uint32_t CodePoint = I == N ? 0 : S->getCodeUnit(I); in createGlobalString() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp6477 llvm::UTF32 CodePoint; in HandleInvalidConversionSpecifier() local