Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1570 static const llvm::sys::UnicodeCharSet XIDStartChars(XIDStartRanges); in isAllowedIDChar() local
1572 if (C == '_' || XIDStartChars.contains(C) || XIDContinueChars.contains(C)) in isAllowedIDChar()
1595 static const llvm::sys::UnicodeCharSet XIDStartChars(XIDStartRanges); in isAllowedInitiallyIDChar() local
1596 if (XIDStartChars.contains(C)) in isAllowedInitiallyIDChar()