Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLexer.h574 bool CheckUnicodeWhitespace(Token &Result, uint32_t C, const char *CurPtr);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp3103 bool Lexer::CheckUnicodeWhitespace(Token &Result, uint32_t C, in CheckUnicodeWhitespace() function in Lexer
3900 if (CheckUnicodeWhitespace(Result, CodePoint, CurPtr)) { in LexTokenInternal()
3933 if (CheckUnicodeWhitespace(Result, CodePoint, CurPtr)) { in LexTokenInternal()