Home
last modified time | relevance | path

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

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