Searched refs:UnicodeCharSet (Results 1 - 3 of 3) 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
53 UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) { function in class:llvm::sys::UnicodeCharSet
/external/clang/lib/Lex/
H A DLexer.cpp1364 static const llvm::sys::UnicodeCharSet C11AllowedIDChars(
1368 static const llvm::sys::UnicodeCharSet CXX03AllowedIDChars(
1372 static const llvm::sys::UnicodeCharSet C99AllowedIDChars(
1381 static const llvm::sys::UnicodeCharSet C11DisallowedInitialIDChars(
1387 static const llvm::sys::UnicodeCharSet C99DisallowedInitialIDChars(
1408 static const llvm::sys::UnicodeCharSet C99AllowedIDChars(
1410 static const llvm::sys::UnicodeCharSet C99DisallowedInitialIDChars(
1425 static const llvm::sys::UnicodeCharSet CXX03AllowedIDChars(
2808 static const llvm::sys::UnicodeCharSet UnicodeWhitespaceChars(
/external/llvm/lib/Support/
H A DUnicode.cpp211 static const UnicodeCharSet NonPrintables(NonPrintableRanges);
310 static const UnicodeCharSet CombiningCharacters(CombiningCharacterRanges);
336 static const UnicodeCharSet DoubleWidthCharacters(DoubleWidthCharacterRanges);

Completed in 237 milliseconds