Lines Matching defs:forward
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.
783 // to be cached, then a second lookup would occur for the forward decl.
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
2190 TypeIndex forward;
2205 indices.forward = *ti;
2210 indices.forward != TypeIndex::None()) {
2211 forward_to_full[indices.forward] = indices.full;
2212 full_to_forward[indices.full] = indices.forward;
2216 // forward references (no field list), and anything without a nested class
2264 // Now that we know the forward -> full mapping of all type indices, we can
2310 // Otherwise we need to start at the beginning and iterate forward until we