Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DLexer.h490 bool CheckUnicodeWhitespace(Token &Result, uint32_t C, const char *CurPtr);
/external/clang/lib/Lex/
DLexer.cpp2835 bool Lexer::CheckUnicodeWhitespace(Token &Result, uint32_t C, in CheckUnicodeWhitespace() function in Lexer
3597 if (CheckUnicodeWhitespace(Result, CodePoint, CurPtr)) { in LexTokenInternal()
3629 if (CheckUnicodeWhitespace(Result, CodePoint, CurPtr)) { in LexTokenInternal()