go/types.Named.SetUnderlying (method)

4 uses

	go/types (current package)
		named.go#L200: 		n.SetUnderlying(underlying)
		named.go#L521: func (t *Named) SetUnderlying(u Type) {

	golang.org/x/tools/internal/gcimporter
		iimport.go#L612: 		named.SetUnderlying(underlying)
		ureader.go#L605: 				named.SetUnderlying(underlying)