Searched defs:CodePoint (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangCommentHTMLNamedCharacterReferenceEmitter.cpp | 29 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 D | Unicode.h | 73 char32_t CodePoint; member
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | CommentLexer.cpp | 41 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 D | RustDemangle.cpp | 799 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 D | Lexer.cpp | 1695 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 D | LiteralSupport.cpp | 392 uint32_t CodePoint = 0; in expandUCNs() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Program.cpp | 76 const uint32_t CodePoint = I == N ? 0 : S->getCodeUnit(I); createGlobalString() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 11279 llvm::UTF32 CodePoint; HandleInvalidConversionSpecifier() local
|