@@ -184,7 +184,7 @@ methodreceivers(unique int method: @object ref, int receiver: @object ref);
184184
185185fieldstructs(unique int field: @object ref, int struct: @structtype ref);
186186
187- methodhosts(int method: @object ref, int host: @namedtype ref);
187+ methodhosts(int method: @object ref, int host: @definedtype ref);
188188
189189defs(int ident: @ident ref, int object: @object ref);
190190
@@ -202,7 +202,7 @@ element_type(unique int container: @containertype ref, int tp: @type ref);
202202
203203base_type(unique int ptr: @pointertype ref, int tp: @type ref);
204204
205- underlying_type(unique int named : @namedtype ref, int tp: @type ref);
205+ underlying_type(unique int defined : @definedtype ref, int tp: @type ref);
206206
207207#keyset[parent, index]
208208component_types(int parent: @compositetype ref, int index: int ref, string name: string ref, int tp: @type ref);
@@ -506,7 +506,7 @@ case @type.kind of
506506| 35 = @sendchantype
507507| 36 = @recvchantype
508508| 37 = @sendrcvchantype
509- | 38 = @namedtype
509+ | 38 = @definedtype
510510| 39 = @typesetliteraltype;
511511
512512@basictype = @booltype | @numerictype | @stringtype | @literaltype | @invalidtype | @unsafepointertype;
@@ -531,7 +531,7 @@ case @type.kind of
531531 | @stringliteraltype | @nilliteraltype;
532532
533533@compositetype = @typeparamtype | @containertype | @structtype | @pointertype | @interfacetype | @tupletype
534- | @signaturetype | @namedtype | @typesetliteraltype;
534+ | @signaturetype | @definedtype | @typesetliteraltype;
535535
536536@containertype = @arraytype | @slicetype | @maptype | @chantype;
537537
0 commit comments