go/types.TypeParam.SetConstraint (method)

3 uses

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

	golang.org/x/tools/internal/gcimporter
		ureader_yes.go#L701: 			tparams[i].SetConstraint(typ)

	golang.org/x/tools/internal/typeparams
		typeparams_go118.go#L50: 	tparam.SetConstraint(constraint)