Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h632 bool CheckUnicodeWhitespace(Token &Result, uint32_t C, const char *CurPtr);
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp3683 bool Lexer::CheckUnicodeWhitespace(Token &Result, uint32_t C, in CheckUnicodeWhitespace() function in Lexer
4437 if (CheckUnicodeWhitespace(Result, CodePoint, CurPtr)) { in LexTokenInternal()
4470 if (CheckUnicodeWhitespace(Result, CodePoint, CurPtr)) { in LexTokenInternal()