Home | History | Annotate | Download | only in Serialization

Lines Matching refs:Index

1687     unsigned Index = ID - FirstDeclID;
1691 if (DeclOffsets.size() == Index)
1693 else if (DeclOffsets.size() < Index) {
1694 DeclOffsets.resize(Index+1);
1695 DeclOffsets[Index].setLocation(Loc);
1696 DeclOffsets[Index].BitOffset = Stream.GetCurrentBitNo();