go/types.TypeList.At (method)

13 uses

	go/types (current package)
		iter.go#L154: 			if !yield(l.At(i)) {
		mono.go#L229: 				do(targs.At(i))
		typelists.go#L46: func (l *TypeList) At(i int) Type { return l.types[i] }
		validtype.go#L167: 					targ := inst.TypeArgs().At(i)

	go.pact.im/x/plumb/internal/gotypes
		cmp.go#L236: 		if c := CmpType(a.At(i), b.At(i)); c != 0 {
		subst.go#L93: 			na[i] = s.subst(args.At(i))
		unify.go#L53: 			if !Unify(pa.At(i), ca.At(i), params, bind) {

	golang.org/x/exp/apidiff
		correspondence.go#L252: 		if !d.correspond(tl1.At(i), tl2.At(i)) {

	golang.org/x/tools/internal/gcimporter
		iimport.go#L633: 						rparams[i] = types.Unalias(targs.At(i)).(*types.TypeParam)

	golang.org/x/tools/internal/typeparams
		free.go#L115: 			if w.Has(args.At(i)) {