Home | History | Annotate | Download | only in Format

Lines Matching refs:Index

370                               size_t Index) {
371 if (Index >= Seq.size()) {
372 assert(Index == Seq.size());
380 Seq.resize(Index + 1, Template);
382 return Seq[Index];
1352 // Index (in 'Tokens') of the last token that starts a new line.
1767 for (unsigned Index : Indices) {
1770 result += Includes[Index].Text;
1773 unsigned Start = Includes[Index].Offset;
1774 unsigned End = Start + Includes[Index].Text.size();