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

  /external/llvm/include/llvm/Support/
UnicodeCharRanges.h 26 typedef llvm::ArrayRef<UnicodeCharRange> UnicodeCharSet;
30 static inline bool isValidCharSet(UnicodeCharSet CharSet) {
44 for (UnicodeCharSet::iterator I = CharSet.begin(), E = CharSet.end();
78 UnicodeCharSet CharSet) {
  /external/clang/lib/Lex/
UnicodeCharSets.h 25 typedef llvm::ArrayRef<UnicodeCharRange> UnicodeCharSet;
37 static inline bool isValidCharSet(UnicodeCharSet CharSet) {
50 for (UnicodeCharSet::iterator I = CharSet.begin(), E = CharSet.end();
81 UnicodeCharSet CharSet) {

Completed in 33 milliseconds