Home | History | Annotate | Download | only in Lex

Lines Matching refs:SkipWhitespace

1852 /// SkipWhitespace - Efficiently skip over a series of whitespace characters.
1857 bool Lexer::SkipWhitespace(Token &Result, const char *CurPtr) {
2285 SkipWhitespace(Result, CurPtr+1);
2612 if (SkipWhitespace(Result, CurPtr))
2655 if (SkipWhitespace(Result, CurPtr))
2664 if (SkipWhitespace(Result, CurPtr))