go/types.TypeList.At (method)

6 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#L172: 					targ := inst.TypeArgs().At(i)

	golang.org/x/tools/internal/gcimporter
		iexport.go#L964: 		w.typ(ts.At(i), pkg)
		iimport.go#L618: 						rparams[i] = aliases.Unalias(targs.At(i)).(*types.TypeParam)