go/types.Named.SetTypeParams (method)

3 uses

	go/types (current package)
		named.go#L329: func (t *Named) SetTypeParams(tparams []*TypeParam) {

	golang.org/x/tools/internal/gcimporter
		iimport.go#L597: 			named.SetTypeParams(tparams)
		ureader_yes.go#L550: 			named.SetTypeParams(r.typeParamNames())