Home
last modified time | relevance | path

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

/llvm-project/clang/utils/TableGen/
H A DClangCommentHTMLNamedCharacterReferenceEmitter.cpp29 static bool translateCodePointToUTF8(unsigned CodePoint, in translateCodePointToUTF8() argument
58 if (!translateCodePointToUTF8(CodePoint, CLiteral)) { in EmitClangCommentHTMLNamedCharacterReferences() local
/llvm-project/llvm/include/llvm/Support/
H A DUnicode.h73 char32_t CodePoint; member
/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DMisleadingIdentifier.cpp127 llvm::UTF32 CodePoint = 0; in hasRTLCharacters() local
H A DMisleadingBidirectional.cpp54 llvm::UTF32 CodePoint = 0; in containsMisleadingBidi() local
H A DConfusableIdentifierCheck.cpp59 UTF32 CodePoint = 0; in skeleton() local
/llvm-project/clang-tools-extra/clang-tidy/misc/ConfusableTable/
H A DBuildConfusableTable.cpp41 llvm::UTF32 CodePoint = 0; in main() local
/llvm-project/clang/lib/AST/
H A DCommentLexer.cpp41 unsigned CodePoint) { in convertCodePointToUTF8() argument
70 unsigned CodePoint = 0; in resolveHTMLDecimalCharacterReference() local
80 unsigned CodePoint = 0; in resolveHTMLHexCharacterReference() local
[all...]
/llvm-project/llvm/lib/Demangle/
H A DRustDemangle.cpp799 static bool isAsciiPrintable(uint64_t CodePoint) { in isAsciiPrintable() argument
806 uint64_t CodePoint = parseHexNumber(HexDigits); in demangleConstChar() local
1070 static inline bool encodeUTF8(size_t CodePoint, cha argument
[all...]
/llvm-project/clang/lib/Lex/
H A DLexer.cpp1740 diagnoseInvalidUnicodeCodepointInIdentifier(DiagnosticsEngine & Diags,const LangOptions & LangOpts,uint32_t CodePoint,CharSourceRange Range,bool IsFirst) diagnoseInvalidUnicodeCodepointInIdentifier() argument
1769 uint32_t CodePoint = tryReadUCN(UCNPtr, CurPtr, /*Token=*/nullptr); tryConsumeIdentifierUCN() local
1808 llvm::UTF32 CodePoint; tryConsumeIdentifierUTF8Char() local
3412 uint32_t CodePoint = 0; tryReadNumericUCN() local
3607 uint32_t CodePoint = *CodePointOpt; tryReadUCN() local
4412 if (uint32_t CodePoint = tryReadUCN(CurPtr, BufferPtr, &Result)) { LexTokenInternal() local
4435 llvm::UTF32 CodePoint; LexTokenInternal() local
[all...]
H A DLiteralSupport.cpp392 uint32_t CodePoint = 0; expandUCNs() local
[all...]
/llvm-project/llvm/utils/UnicodeData/
H A DUnicodeNameMappingGenerator.cpp48 unsigned long long CodePoint; in loadDataFiles() local
/llvm-project/clang/lib/AST/Interp/
H A DProgram.cpp
/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp6473 llvm::UTF32 CodePoint; HandleInvalidConversionSpecifier() local