LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
UnicodeCharRanges.h File Reference
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/Mutex.h"
#include "llvm/Support/MutexGuard.h"
#include "llvm/Support/raw_ostream.h"
#include <algorithm>
Include dependency graph for UnicodeCharRanges.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  llvm::sys::UnicodeCharRange
 Represents a closed range of Unicode code points [Lower, Upper]. More...
 
class  llvm::sys::UnicodeCharSet
 Holds a reference to an ordered array of UnicodeCharRange and allows to quickly check if a code point is contained in the set represented by this array. More...
 

Namespaces

 llvm
 List of target independent CodeGen pass IDs.
 
 llvm::sys
 

Functions

bool llvm::sys::operator< (uint32_t Value, UnicodeCharRange Range)
 
bool llvm::sys::operator< (UnicodeCharRange Range, uint32_t Value)