Lines Matching defs:full
771 // If they search for a UDT which is a forward ref, try and resolve the full
772 // decl and just map the forward ref uid to the full decl record.
782 // It's possible that a lookup would occur for the full decl causing it
784 // We don't want to create a second full decl, so make sure the full
789 // Map the forward decl to the TypeSP for the full decl so we can take
816 // If we had both a forward decl and a full decl, make both point to the new
1680 // For now we only support lookup by method name or full name.
1761 // Only do the full type scan the first time.
2191 TypeIndex full;
2207 indices.full = *ti;
2209 if (indices.full != TypeIndex::None() &&
2211 forward_to_full[indices.forward] = indices.full;
2212 full_to_forward[indices.full] = indices.forward;
2264 // Now that we know the forward -> full mapping of all type indices, we can
2266 // consisting of fwd -> full and full -> full for all child -> parent indices.
2286 TypeIndex full = forward_to_full[fwd];
2288 m_parent_types[full] = parent_idx;
2290 for (TypeIndex full : full_keys) {
2291 TypeIndex fwd = full_to_forward[full];
2292 m_parent_types[fwd] = m_parent_types[full];