Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DLexer.cpp1095 static inline bool isHorizontalWhitespace(unsigned char c) { in isHorizontalWhitespace() function
1314 while (isHorizontalWhitespace(C)) { in findLocationAfterToken()
1849 while (isHorizontalWhitespace(Char)) in SkipWhitespace()
1917 while (isHorizontalWhitespace(*EscapePtr)) // Skip whitespace. in SkipBCPLComment()
2067 while (isHorizontalWhitespace(*CurPtr) || *CurPtr == 0) { in isEndOfBlockCommentWithEscapedNewLine()
2271 if (isHorizontalWhitespace(*CurPtr)) { in SkipBlockComment()
2667 } else if (isHorizontalWhitespace(*CurPtr)) { in LexTokenInternal()