Lines Matching defs:forward
775 // If they search for a UDT which is a forward ref, try and resolve the full
776 // decl and just map the forward ref uid to the full decl record.
787 // to be cached, then a second lookup would occur for the forward decl.
793 // Map the forward decl to the TypeSP for the full decl so we can take
820 // If we had both a forward decl and a full decl, make both point to the new
2171 TypeIndex forward;
2186 indices.forward = *ti;
2191 indices.forward != TypeIndex::None()) {
2192 forward_to_full[indices.forward] = indices.full;
2193 full_to_forward[indices.full] = indices.forward;
2197 // forward references (no field list), and anything without a nested class
2245 // Now that we know the forward -> full mapping of all type indices, we can
2291 // Otherwise we need to start at the beginning and iterate forward until we