Home
last modified time | relevance | path

Searched refs:UnicodeCharSet (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DUnicode.cpp210 static const UnicodeCharSet NonPrintables(NonPrintableRanges); in isPrintable()
309 static const UnicodeCharSet CombiningCharacters(CombiningCharacterRanges); in charWidth()
335 static const UnicodeCharSet DoubleWidthCharacters(DoubleWidthCharacterRanges); in charWidth()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DUnicodeCharRanges.h38 class UnicodeCharSet {
55 constexpr UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {} in UnicodeCharSet() function
57 UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) { in UnicodeCharSet() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp1440 static const llvm::sys::UnicodeCharSet C11AllowedIDChars( in isAllowedIDChar()
1444 static const llvm::sys::UnicodeCharSet CXX03AllowedIDChars( in isAllowedIDChar()
1448 static const llvm::sys::UnicodeCharSet C99AllowedIDChars( in isAllowedIDChar()
1459 static const llvm::sys::UnicodeCharSet C11DisallowedInitialIDChars( in isAllowedInitiallyIDChar()
1465 static const llvm::sys::UnicodeCharSet C99DisallowedInitialIDChars( in isAllowedInitiallyIDChar()
1486 static const llvm::sys::UnicodeCharSet C99AllowedIDChars( in maybeDiagnoseIDCharCompat()
1488 static const llvm::sys::UnicodeCharSet C99DisallowedInitialIDChars( in maybeDiagnoseIDCharCompat()
1503 static const llvm::sys::UnicodeCharSet CXX03AllowedIDChars( in maybeDiagnoseIDCharCompat()
3105 static const llvm::sys::UnicodeCharSet UnicodeWhitespaceChars( in CheckUnicodeWhitespace()