go/types.TypeParam.SetConstraint (method)

3 uses

	go/types (current package)
		typeparam.go#L85: func (t *TypeParam) SetConstraint(bound Type) {

	golang.org/x/tools/internal/gcimporter
		iimport.go#L347: 		d.t.SetConstraint(d.constraint)
		ureader_yes.go#L691: 			tparams[i].SetConstraint(typ)