Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Lex/
H A DUnicodeCharSets.h14 static const llvm::sys::UnicodeCharRange XIDStartRanges[] = {
243 static const llvm::sys::UnicodeCharRange XIDContinueRanges[] = {
375 static const llvm::sys::UnicodeCharRange
393 static const llvm::sys::UnicodeCharRange
403 static const llvm::sys::UnicodeCharRange C11AllowedIDCharRanges[] = {
433 static const llvm::sys::UnicodeCharRange C99AllowedIDCharRanges[] = {
652 static const llvm::sys::UnicodeCharRange C11DisallowedInitialIDCharRanges[] = {
660 static const llvm::sys::UnicodeCharRange C99DisallowedInitialIDCharRanges[] = {
669 static const llvm::sys::UnicodeCharRange UnicodeWhitespaceCharRanges[] = {
/llvm-project/llvm/lib/Support/
H A DUnicode.cpp29 static const UnicodeCharRange PrintableRanges[] = { in isPrintable()
280 static const UnicodeCharRange Cf[] = { in isFormatting()
311 static const UnicodeCharRange CombiningCharacterRanges[] = { in charWidth()
437 static const UnicodeCharRange DoubleWidthCharacterRanges[] = { in charWidth()
/llvm-project/llvm/include/llvm/Support/
H A DUnicodeCharRanges.h23 struct UnicodeCharRange { struct
28 inline bool operator<(uint32_t Value, UnicodeCharRange Range) { argument
31 inline bool operator<(UnicodeCharRange Range, uint32_t Value) {
40 typedef ArrayRef<UnicodeCharRange> CharRanges;