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 tokens1874 NumLineToksConsumed = LineIndex;