Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Index

1632     unsigned Index = ID - FirstDeclID;
1635 if (DeclOffsets.size() == Index)
1637 else if (DeclOffsets.size() < Index) {
1638 DeclOffsets.resize(Index+1);
1639 DeclOffsets[Index] = Stream.GetCurrentBitNo();