clang 20.0.0git
|
#include "llvm/Support/UnicodeCharRanges.h"
Go to the source code of this file.
Variables | |
static const llvm::sys::UnicodeCharRange | XIDStartRanges [] |
static const llvm::sys::UnicodeCharRange | XIDContinueRanges [] |
static const llvm::sys::UnicodeCharRange | MathematicalNotationProfileIDStartRanges [] |
static const llvm::sys::UnicodeCharRange | MathematicalNotationProfileIDContinueRanges [] |
static const llvm::sys::UnicodeCharRange | C11AllowedIDCharRanges [] |
static const llvm::sys::UnicodeCharRange | C99AllowedIDCharRanges [] |
static const llvm::sys::UnicodeCharRange | C11DisallowedInitialIDCharRanges [] |
static const llvm::sys::UnicodeCharRange | C99DisallowedInitialIDCharRanges [] |
static const llvm::sys::UnicodeCharRange | UnicodeWhitespaceCharRanges [] |
|
static |
Definition at line 403 of file UnicodeCharSets.h.
Referenced by isAllowedIDChar().
|
static |
Definition at line 652 of file UnicodeCharSets.h.
Referenced by isAllowedInitiallyIDChar().
|
static |
Definition at line 433 of file UnicodeCharSets.h.
Referenced by isAllowedIDChar(), and maybeDiagnoseIDCharCompat().
|
static |
Definition at line 660 of file UnicodeCharSets.h.
Referenced by isAllowedInitiallyIDChar(), and maybeDiagnoseIDCharCompat().
|
static |
Definition at line 394 of file UnicodeCharSets.h.
Referenced by diagnoseExtensionInIdentifier(), and isMathematicalExtensionID().
|
static |
Definition at line 376 of file UnicodeCharSets.h.
Referenced by diagnoseExtensionInIdentifier(), and isMathematicalExtensionID().
|
static |
Definition at line 669 of file UnicodeCharSets.h.
Referenced by isUnicodeWhitespace().
|
static |
Definition at line 243 of file UnicodeCharSets.h.
Referenced by isAllowedIDChar().
|
static |
Definition at line 14 of file UnicodeCharSets.h.
Referenced by isAllowedIDChar(), and isAllowedInitiallyIDChar().