/llvm-project/clang/utils/TableGen/ |
H A D | ClangCommentHTMLNamedCharacterReferenceEmitter.cpp | 29 static bool translateCodePointToUTF8(unsigned CodePoint, in translateCodePointToUTF8() argument 58 if (!translateCodePointToUTF8(CodePoint, CLiteral)) { in EmitClangCommentHTMLNamedCharacterReferences() local
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | Unicode.h | 73 char32_t CodePoint; member
|
/llvm-project/clang-tools-extra/clang-tidy/misc/ |
H A D | MisleadingIdentifier.cpp | 127 llvm::UTF32 CodePoint = 0; in hasRTLCharacters() local
|
H A D | MisleadingBidirectional.cpp | 54 llvm::UTF32 CodePoint = 0; in containsMisleadingBidi() local
|
H A D | ConfusableIdentifierCheck.cpp | 59 UTF32 CodePoint = 0; in skeleton() local
|
/llvm-project/clang-tools-extra/clang-tidy/misc/ConfusableTable/ |
H A D | BuildConfusableTable.cpp | 41 llvm::UTF32 CodePoint = 0; in main() local
|
/llvm-project/clang/lib/AST/ |
H A D | CommentLexer.cpp | 41 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 D | RustDemangle.cpp | 799 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 D | Lexer.cpp | 1740 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 D | LiteralSupport.cpp | 392 uint32_t CodePoint = 0; expandUCNs() local [all...] |
/llvm-project/llvm/utils/UnicodeData/ |
H A D | UnicodeNameMappingGenerator.cpp | 48 unsigned long long CodePoint; in loadDataFiles() local
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Program.cpp |
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 6473 llvm::UTF32 CodePoint; HandleInvalidConversionSpecifier() local
|