LLVM API Documentation

Public Attributes
llvm::sys::UnicodeCharRange Struct Reference

Represents a closed range of Unicode code points [Lower, Upper]. More...

#include <UnicodeCharRanges.h>

Collaboration diagram for llvm::sys::UnicodeCharRange:
Collaboration graph
[legend]

List of all members.

Public Attributes

uint32_t Lower
uint32_t Upper

Detailed Description

Represents a closed range of Unicode code points [Lower, Upper].

Definition at line 27 of file UnicodeCharRanges.h.


Member Data Documentation

Definition at line 28 of file UnicodeCharRanges.h.

Referenced by llvm::sys::operator<().

Definition at line 29 of file UnicodeCharRanges.h.

Referenced by llvm::sys::operator<().


The documentation for this struct was generated from the following file: