Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DUnicode.h73 char32_t CodePoint; member
/freebsd-src/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-src/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-src/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1695 diagnoseInvalidUnicodeCodepointInIdentifier(DiagnosticsEngine & Diags,const LangOptions & LangOpts,uint32_t CodePoint,CharSourceRange Range,bool IsFirst) diagnoseInvalidUnicodeCodepointInIdentifier() argument
1724 uint32_t CodePoint = tryReadUCN(UCNPtr, CurPtr, /*Token=*/nullptr); tryConsumeIdentifierUCN() local
1763 llvm::UTF32 CodePoint; tryConsumeIdentifierUTF8Char() local
3356 uint32_t CodePoint = 0; tryReadNumericUCN() local
3551 uint32_t CodePoint = *CodePointOpt; tryReadUCN() local
4356 if (uint32_t CodePoint = tryReadUCN(CurPtr, BufferPtr, &Result)) { LexTokenInternal() local
4379 llvm::UTF32 CodePoint; LexTokenInternal() local
[all...]
H A DLiteralSupport.cpp392 uint32_t CodePoint = 0; in expandUCNs() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.cpp76 const uint32_t CodePoint = I == N ? 0 : S->getCodeUnit(I); createGlobalString() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp11279 llvm::UTF32 CodePoint; HandleInvalidConversionSpecifier() local