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