Lines Matching defs:indices
2184 RecordIndices &indices = record_indices[tag.asTag().getUniqueName()];
2186 indices.forward = *ti;
2188 indices.full = *ti;
2190 if (indices.full != TypeIndex::None() &&
2191 indices.forward != TypeIndex::None()) {
2192 forward_to_full[indices.forward] = indices.full;
2193 full_to_forward[indices.full] = indices.forward;
2245 // Now that we know the forward -> full mapping of all type indices, we can
2246 // re-write all the indices. At the end of this process, we want a mapping
2247 // consisting of fwd -> full and full -> full for all child -> parent indices.