Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DLexer.h556 bool CheckUnicodeWhitespace(Token &Result, uint32_t C, const char *CurPtr);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp3066 bool Lexer::CheckUnicodeWhitespace(Token &Result, uint32_t C, in CheckUnicodeWhitespace() function in Lexer
3857 if (CheckUnicodeWhitespace(Result, CodePoint, CurPtr)) { in LexTokenInternal()
3890 if (CheckUnicodeWhitespace(Result, CodePoint, CurPtr)) { in LexTokenInternal()