Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1527 static const llvm::sys::UnicodeCharSet UnicodeWhitespaceChars( in isUnicodeWhitespace() local
1529 return UnicodeWhitespaceChars.contains(Codepoint); in isUnicodeWhitespace()