Lines Matching refs:Index
2124 unsigned Index = Idx.getIndex() - FirstTypeID;
2125 if (TypeOffsets.size() == Index)
2127 else if (TypeOffsets.size() < Index) {
2128 TypeOffsets.resize(Index + 1);
2129 TypeOffsets[Index] = Stream.GetCurrentBitNo();
2195 Abbrev->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 32)); // base type index
2579 /// (the actual identifiers themselves) and a separate "offsets" index
4227 unsigned Index = CXXBaseSpecifiersToWrite[I].ID - 1;
4228 if (Index == CXXBaseSpecifiersOffsets.size())
4231 if (Index > CXXBaseSpecifiersOffsets.size())
4232 CXXBaseSpecifiersOffsets.resize(Index + 1);
4233 CXXBaseSpecifiersOffsets[Index] = Stream.GetCurrentBitNo();
4406 // Always take the highest-numbered type index. This copes with an interesting