LLVM API Documentation

Classes | Namespaces | Defines | 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

namespace  llvm
 

List of target independent CodeGen pass IDs.


namespace  llvm::sys

Defines

#define DEBUG_TYPE   "unicode"

Functions

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

Define Documentation

#define DEBUG_TYPE   "unicode"

Definition at line 24 of file UnicodeCharRanges.h.