HomeSort by relevance Sort by last modified time
    Searched refs:UnicodeCharSet (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Support/
UnicodeCharRanges.h 42 class UnicodeCharSet {
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
54 LLVM_CONSTEXPR UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {}
56 UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {
  /external/clang/lib/Lex/
Lexer.cpp     [all...]
  /external/llvm/lib/Support/
Unicode.cpp 211 static const UnicodeCharSet NonPrintables(NonPrintableRanges);
310 static const UnicodeCharSet CombiningCharacters(CombiningCharacterRanges);
336 static const UnicodeCharSet DoubleWidthCharacters(DoubleWidthCharacterRanges);

Completed in 68 milliseconds