go/types.Union.Term (method)

3 uses

	go/types (current package)
		iter.go#L128: 			if !yield(u.Term(i)) {
		union.go#L31: func (u *Union) Term(i int) *Term { return u.terms[i] }

	golang.org/x/tools/internal/gcimporter
		iexport.go#L886: 			term := t.Term(i)