go/types.TypeParam.Index (method)

5 uses

	go/types (current package)
		typeparam.go#L70: func (t *TypeParam) Index() int {

	golang.org/x/exp/apidiff
		correspondence.go#L128: 			if old.Index() == new.Index() {

	golang.org/x/tools/go/types/typeutil
		map.go#L374: 	return 9173 + 3*uint32(t.Index())

	golang.org/x/tools/internal/gcimporter
		iexport.go#L1254: 		name = blankMarker + strconv.Itoa(tparam.Index())