Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DLexer.h610 bool CheckUnicodeWhitespace(Token &Result, uint32_t C, const char *CurPtr);
/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp3461 bool Lexer::CheckUnicodeWhitespace(Token &Result, uint32_t C, in CheckUnicodeWhitespace() function in Lexer
4219 if (CheckUnicodeWhitespace(Result, CodePoint, CurPtr)) { in LexTokenInternal()
4252 if (CheckUnicodeWhitespace(Result, CodePoint, CurPtr)) { in LexTokenInternal()