Home | History | Annotate | Download | only in Parse

Lines Matching refs:LineIndex

1868     unsigned LineIndex = 0;
1869 while (LineToks[LineIndex].getLocation() != Tok.getLocation()) {
1870 LineIndex++;
1871 assert(LineIndex < LineToks.size() - 2); // we added two extra tokens
1874 NumLineToksConsumed = LineIndex;