go/types.Selection.Index (method)

2 uses

	go/types (current package)
		selection.go#L137: func (s *Selection) Index() []int { return s.index }

	golang.org/x/tools/internal/typesinternal
		types.go#L254: 			indices = seln.Index()