Home | History | Annotate | Download | only in libclang

Lines Matching full:lastidx

5578       unsigned LastIdx = finished ? NextIdx-1 : NextIdx-2;
5579 assert(TokIdx <= LastIdx);
5581 SourceLocation::getFromRawEncoding(Tokens[LastIdx].int_data[1]);
5585 for (; TokIdx <= LastIdx; ++TokIdx)