Home | History | Annotate | Download | only in Lex

Lines Matching refs:PrevChar

1909   char PrevChar = CurPtr[-1];
1910 bool HasLeadingSpace = !isVerticalWhitespace(PrevChar);