go/types.Named.SetUnderlying (method)

6 uses

	go/types (current package)
		named.go#L201: func (t *Named) SetUnderlying(underlying Type) {
		universe.go#L104: 		typ.SetUnderlying(ityp)
		universe.go#L117: 		typ.SetUnderlying(ityp)

	golang.org/x/tools/internal/gcimporter
		bimport.go#L454: 		t0.SetUnderlying(p.typ(parent, t0))
		iimport.go#L513: 		named.SetUnderlying(underlying)
		ureader_yes.go#L586: 				named.SetUnderlying(underlying)