Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp29 static bool translateCodePointToUTF8(unsigned CodePoint, in translateCodePointToUTF8()
58 uint64_t CodePoint = Tag.getValueAsInt("CodePoint"); in EmitClangCommentHTMLNamedCharacterReferences() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DUnicode.h73 char32_t CodePoint; member
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/Demangle/
H A DRustDemangle.cpp802 static bool isAsciiPrintable(uint64_t CodePoint) { in isAsciiPrintable()
809 uint64_t CodePoint = parseHexNumber(HexDigits); in demangleConstChar() local
1073 static inline bool encodeUTF8(size_t CodePoint, char *Output) { in encodeUTF8()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DLexer.cpp1670 DiagnosticsEngine &Diags, const LangOptions &LangOpts, uint32_t CodePoint, in diagnoseInvalidUnicodeCodepointInIdentifier()
1699 uint32_t CodePoint = tryReadUCN(UCNPtr, CurPtr, /*Token=*/nullptr); in tryConsumeIdentifierUCN() local
1739 llvm::UTF32 CodePoint; in tryConsumeIdentifierUTF8Char() local
3286 uint32_t CodePoint = 0; in tryReadNumericUCN() local
3481 uint32_t CodePoint = *CodePointOpt; in tryReadUCN() local
4286 if (uint32_t CodePoint = tryReadUCN(CurPtr, BufferPtr, &Result)) { in LexTokenInternal() local
4309 llvm::UTF32 CodePoint; in LexTokenInternal() local
H A DLiteralSupport.cpp343 uint32_t CodePoint = 0; in expandUCNs() local
/openbsd-src/gnu/llvm/llvm/utils/UnicodeData/
H A DUnicodeNameMappingGenerator.cpp48 unsigned long long CodePoint; in loadDataFiles() local
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DProgram.cpp75 const uint32_t CodePoint = I == N ? 0 : S->getCodeUnit(I); in createGlobalString() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp9549 llvm::UTF32 CodePoint; in HandleInvalidConversionSpecifier() local