Home | History | Annotate | Download | only in Lex

Lines Matching refs:isVerticalWhitespace

1990   bool SawNewline = isVerticalWhitespace(CurPtr[-1]);
2001 if (!isVerticalWhitespace(Char))
2028 bool HasLeadingSpace = !isVerticalWhitespace(PrevChar);