go/types.Scope.Child (method)

2 uses

	go/types (current package)
		iter.go#L76: 			if !yield(s.Child(i)) {
		scope.go#L69: func (s *Scope) Child(i int) *Scope { return s.children[i] }