Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Lex/
HDLexer.h614 bool CheckUnicodeWhitespace(Token &Result, uint32_t C, const char *CurPtr);
/freebsd-14-stable/contrib/llvm-project/clang/lib/Lex/
HDLexer.cpp3658 bool Lexer::CheckUnicodeWhitespace(Token &Result, uint32_t C, in CheckUnicodeWhitespace() function in Lexer
4413 if (CheckUnicodeWhitespace(Result, CodePoint, CurPtr)) { in LexTokenInternal()
4446 if (CheckUnicodeWhitespace(Result, CodePoint, CurPtr)) { in LexTokenInternal()