go/types.TypeParam.Index (method)

4 uses

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

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

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