Searched defs:UnicodeCharSet (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DUnicodeCharRanges.h42 class UnicodeCharSet { class in namespace:llvm::sys
46 /// \brief Constructs a UnicodeCharSet instance from an array of
50 /// the UnicodeCharSet instance, and should not change. Array is validated by
51 /// the constructor, so it makes sense to create as few UnicodeCharSet
59 LLVM_CONSTEXPR UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {} function in class:llvm::sys::UnicodeCharSet
61 UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) { function in class:llvm::sys::UnicodeCharSet

Completed in 62 milliseconds