Home | History | Annotate | Download | only in Lex

Lines Matching refs:PrevChar

1998   char PrevChar = CurPtr[-1];
1999 bool HasLeadingSpace = !isVerticalWhitespace(PrevChar);