go/types.Named.SetUnderlying (method)

5 uses

	go/types (current package)
		named.go#L453: func (t *Named) SetUnderlying(underlying Type) {
		universe.go#L134: 		typ.SetUnderlying(ityp)
		universe.go#L147: 		typ.SetUnderlying(ityp)

	golang.org/x/tools/internal/gcimporter
		iimport.go#L601: 		named.SetUnderlying(underlying)
		ureader_yes.go#L576: 				named.SetUnderlying(underlying)