LLVM API Documentation
Represents a closed range of Unicode code points [Lower, Upper]. More...
#include <UnicodeCharRanges.h>
Public Attributes | |
uint32_t | Lower |
uint32_t | Upper |
Represents a closed range of Unicode code points [Lower, Upper].
Definition at line 27 of file UnicodeCharRanges.h.
uint32_t llvm::sys::UnicodeCharRange::Lower |
Definition at line 28 of file UnicodeCharRanges.h.
Referenced by llvm::sys::operator<().
uint32_t llvm::sys::UnicodeCharRange::Upper |
Definition at line 29 of file UnicodeCharRanges.h.
Referenced by llvm::sys::operator<().