Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1526 static bool isUnicodeWhitespace(uint32_t Codepoint) { in isUnicodeWhitespace() function
1775 if (isASCII(CodePoint) || isUnicodeWhitespace(CodePoint)) in tryConsumeIdentifierUCN()
1827 if (isASCII(CodePoint) || isUnicodeWhitespace(CodePoint)) in tryConsumeIdentifierUTF8Char()
1880 !isUnicodeWhitespace(C)) { in LexUnicodeIdentifierStart()
3661 isUnicodeWhitespace(C)) { in CheckUnicodeWhitespace()