LLVM
8.0.1
|
#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>
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 | |
This class represents lattice values for constants. | |
llvm::sys | |
Macros | |
#define | DEBUG_TYPE "unicode" |
Functions | |
bool | llvm::sys::operator< (uint32_t Value, UnicodeCharRange Range) |
bool | llvm::sys::operator< (UnicodeCharRange Range, uint32_t Value) |
#define DEBUG_TYPE "unicode" |
Definition at line 21 of file UnicodeCharRanges.h.