Lines Matching refs:Index
1794 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // index
1959 unsigned Index = Idx.getIndex() - FirstTypeID;
1960 if (TypeOffsets.size() == Index)
1962 else if (TypeOffsets.size() < Index) {
1963 TypeOffsets.resize(Index + 1);
1964 TypeOffsets[Index] = Stream.GetCurrentBitNo();
2367 /// (the actual identifiers themselves) and a separate "offsets" index
3853 unsigned Index = CXXBaseSpecifiersToWrite[I].ID - FirstCXXBaseSpecifiersID;
3854 if (Index == CXXBaseSpecifiersOffsets.size())
3857 if (Index > CXXBaseSpecifiersOffsets.size())
3858 CXXBaseSpecifiersOffsets.resize(Index + 1);
3859 CXXBaseSpecifiersOffsets[Index] = Stream.GetCurrentBitNo();
3998 // Always take the highest-numbered type index. This copes with an interesting