go/types.Alias.Rhs (method)

5 uses

	go/types (current package)
		alias.go#L97: func (a *Alias) Rhs() Type { return a.fromRHS }

	golang.org/x/tools/go/types/objectpath
		objectpath.go#L400: 			tr.typ(path, offset, opRhs, -1, t.Rhs())
		objectpath.go#L459: 		tr.typ(path, offset, opRhs, -1, T.Rhs())
		objectpath.go#L845: 				t = alias.Rhs()

	golang.org/x/tools/internal/gcimporter
		iexport.go#L787: 				t = alias.Rhs()