Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp29 static bool translateCodePointToUTF8(unsigned CodePoint, in translateCodePointToUTF8()
58 uint64_t CodePoint = Tag.getValueAsInt("CodePoint"); in EmitClangCommentHTMLNamedCharacterReferences() local
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DUnicode.h73 char32_t CodePoint; member
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DMisleadingIdentifier.cpp129 llvm::UTF32 CodePoint; in hasRTLCharacters() local
H A DMisleadingBidirectional.cpp53 llvm::UTF32 CodePoint; in containsMisleadingBidi() local
H A DConfusableIdentifierCheck.cpp61 UTF32 CodePoint; in skeleton() local
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/ConfusableTable/
H A DBuildConfusableTable.cpp41 llvm::UTF32 CodePoint; in main() local
/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/lib/Demangle/
H A DRustDemangle.cpp805 static bool isAsciiPrintable(uint64_t CodePoint) { in isAsciiPrintable()
812 uint64_t CodePoint = parseHexNumber(HexDigits); in demangleConstChar() local
1076 static inline bool encodeUTF8(size_t CodePoint, char *Output) { in encodeUTF8()
/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp1622 DiagnosticsEngine &Diags, const LangOptions &LangOpts, uint32_t CodePoint, in diagnoseInvalidUnicodeCodepointInIdentifier()
1652 uint32_t CodePoint = tryReadUCN(UCNPtr, CurPtr, /*Token=*/nullptr); in tryConsumeIdentifierUCN() local
1687 llvm::UTF32 CodePoint; in tryConsumeIdentifierUTF8Char() local
3225 uint32_t CodePoint = 0; in tryReadNumericUCN() local
3412 uint32_t CodePoint = *CodePointOpt; in tryReadUCN() local
4218 if (uint32_t CodePoint = tryReadUCN(CurPtr, BufferPtr, &Result)) { in LexTokenInternal() local
4241 llvm::UTF32 CodePoint; in LexTokenInternal() local
H A DLiteralSupport.cpp343 uint32_t CodePoint = 0; in expandUCNs() local
/llvm-project-15.0.7/llvm/utils/UnicodeData/
H A DUnicodeNameMappingGenerator.cpp48 unsigned long long CodePoint; in loadDataFiles() local
/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DProgram.cpp73 const uint32_t CodePoint = I == N ? 0 : S->getCodeUnit(I); in createGlobalString() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp9276 llvm::UTF32 CodePoint; in HandleInvalidConversionSpecifier() local