Searched refs:XIDStartChars (Results 1 – 1 of 1) sorted by relevance
1570 static const llvm::sys::UnicodeCharSet XIDStartChars(XIDStartRanges); in isAllowedIDChar() local1572 if (C == '_' || XIDStartChars.contains(C) || XIDContinueChars.contains(C)) in isAllowedIDChar()1595 static const llvm::sys::UnicodeCharSet XIDStartChars(XIDStartRanges); in isAllowedInitiallyIDChar() local1596 if (XIDStartChars.contains(C)) in isAllowedInitiallyIDChar()