go/types.TypeParam.Index (method)

8 uses

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

	go.pact.im/x/plumb/internal/gotypes
		cmp.go#L136: 		return cmp.Compare(a.Index(), b.Index())

	go.pact.im/x/plumb/internal/solve
		lift.go#L70: 	s.liftedMeta = append(s.liftedMeta, liftedParam{tp: tp, pos: p.Pos, idx: orig.Index()})

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

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

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