Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DLiteralSupport.cpp323 static void appendCodePoint(unsigned Codepoint, in appendCodePoint()
H A DLexer.cpp1456 static bool isUnicodeWhitespace(uint32_t Codepoint) { in isUnicodeWhitespace()