Files
carbon-lang/toolchain
Dana Jansens 2d1bfcac2e Perform member lookup on FacetAccessType (#5058)
The name scope lookup and member name lookup both need to handle the
case where the base inst is a FacetAccessType. Then we move from the
FacetAccessType to the FacetType which is the type of the instruction
inside the FacetAccessType.

We do name lookup on FacetType already, so "unwrapping" the
FacetAccessType to the FacetType just makes use of that path. Similarly
we do member access on FacetType already, so we can reuse that codepath
with the FacetType found in the FacetAccessType.
2025-03-03 20:17:36 +00:00
..
2025-03-01 08:00:17 +00:00
2025-03-03 17:37:10 +00:00