Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Support/
H A DUnicode.cpp269 static const UnicodeCharSet Printables(PrintableRanges); in isPrintable()
289 static const UnicodeCharSet Format(Cf); in isFormatting()
428 static const UnicodeCharSet CombiningCharacters(CombiningCharacterRanges); in charWidth()
472 static const UnicodeCharSet DoubleWidthCharacters(DoubleWidthCharacterRanges); in charWidth()
/llvm-project/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
/llvm-project/clang/lib/Lex/
H A DLexer.cpp1549 static const llvm::sys::UnicodeCharSet UnicodeWhitespaceChars( in isMathematicalExtensionID()
1569 static const llvm::sys::UnicodeCharSet MathStartChars( in isAllowedIDChar()
1571 static const llvm::sys::UnicodeCharSet MathContinueChars( in isAllowedIDChar()
1592 static const llvm::sys::UnicodeCharSet XIDStartChars(XIDStartRanges); in isAllowedInitiallyIDChar()
1593 static const llvm::sys::UnicodeCharSet XIDContinueChars(XIDContinueRanges); in isAllowedInitiallyIDChar()
1599 static const llvm::sys::UnicodeCharSet C11AllowedIDChars( in isAllowedInitiallyIDChar()
1603 static const llvm::sys::UnicodeCharSet C99AllowedIDChars( in isAllowedInitiallyIDChar()
1617 static const llvm::sys::UnicodeCharSet XIDStartChars(XIDStartRanges); in diagnoseExtensionInIdentifier()
1626 static const llvm::sys::UnicodeCharSet C11DisallowedInitialIDChars( in diagnoseExtensionInIdentifier()
1630 static const llvm::sys::UnicodeCharSet C99DisallowedInitialIDChar in makeCharRange()
[all...]