Home
last modified time | relevance | path

Searched defs: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()
361 char32_t Codepoint = Entry.first; in main() local
/llvm-project-15.0.7/clang/lib/Lex/
H A DLiteralSupport.cpp323 static void appendCodePoint(unsigned Codepoint, in appendCodePoint()
H A DLexer.cpp1454 static bool isUnicodeWhitespace(uint32_t Codepoint) { in isUnicodeWhitespace()