Searched refs:TypeOffsets (Results 1 – 4 of 4) sorted by relevance
495 const UnderalignedInt64 *TypeOffsets = nullptr; variable
260 std::vector<serialization::UnderalignedInt64> TypeOffsets; variable
3153 if (TypeOffsets.size() == Index) in WriteType()3154 TypeOffsets.emplace_back(Offset); in WriteType()3155 else if (TypeOffsets.size() < Index) { in WriteType()3156 TypeOffsets.resize(Index + 1); in WriteType()3157 TypeOffsets[Index].setBitOffset(Offset); in WriteType()3202 RecordData::value_type Record[] = {TYPE_OFFSET, TypeOffsets.size(), in WriteTypeDeclOffsets()3204 Stream.EmitRecordWithBlob(TypeOffsetAbbrev, Record, bytes(TypeOffsets)); in WriteTypeDeclOffsets()
3347 F.TypeOffsets = reinterpret_cast<const UnderalignedInt64 *>(Blob.data()); in ReadASTBlock()6674 M, M->TypeOffsets[Index - M->BaseTypeIndex].getBitOffset() + in TypeCursorForIndex()