Searched refs:TypeOffsets (Results 1 – 5 of 5) sorted by relevance
42 LocalNumTypes(0), TypeOffsets(nullptr), BaseTypeIndex(0) in ModuleFile()
2748 if (TypeOffsets.size() == Index) in WriteType()2749 TypeOffsets.push_back(Offset); in WriteType()2750 else if (TypeOffsets.size() < Index) { in WriteType()2751 TypeOffsets.resize(Index + 1); in WriteType()2752 TypeOffsets[Index] = Offset; in WriteType()2797 RecordData::value_type Record[] = {TYPE_OFFSET, TypeOffsets.size(), in WriteTypeDeclOffsets()2799 Stream.EmitRecordWithBlob(TypeOffsetAbbrev, Record, bytes(TypeOffsets)); in WriteTypeDeclOffsets()
2574 F.TypeOffsets = (const uint32_t *)Blob.data(); in ReadASTBlock()5188 return RecordLocation(M, M->TypeOffsets[Index - M->BaseTypeIndex]); in TypeCursorForIndex()
424 const uint32_t *TypeOffsets; variable
229 std::vector<uint32_t> TypeOffsets; variable