Home
last modified time | relevance | path

Searched refs:Codepoint (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/utils/UnicodeData/
H A DUnicodeNameMappingGenerator.cpp96 void insert(llvm::StringRef Name, char32_t Codepoint) { in insert() argument
107 N->Value = Codepoint; in insert()
361 char32_t Codepoint = Entry.first; in main() local
369 printf("%06x: %s\n", static_cast<unsigned int>(Codepoint), Name.c_str()); in main()
370 T.insert(Name, Codepoint); in main()
/llvm-project-15.0.7/clang/lib/Lex/
H A DLiteralSupport.cpp323 static void appendCodePoint(unsigned Codepoint, in appendCodePoint() argument
327 if (llvm::ConvertCodePointToUTF8(Codepoint, ResultPtr)) in appendCodePoint()
H A DLexer.cpp1454 static bool isUnicodeWhitespace(uint32_t Codepoint) { in isUnicodeWhitespace() argument
1457 return UnicodeWhitespaceChars.contains(Codepoint); in isUnicodeWhitespace()