Home | History | Annotate | Download | only in Lex

Lines Matching refs:isVerticalWhitespace

1962   bool SawNewline = isVerticalWhitespace(CurPtr[-1]);
1973 if (!isVerticalWhitespace(Char))
2000 bool HasLeadingSpace = !isVerticalWhitespace(PrevChar);