go/types.Scope.Parent (method)

3 uses

	go/types (current package)
		mono.go#L282: 	for scope := obj.Parent(); scope != root; scope = scope.Parent() {
		scope.go#L46: func (s *Scope) Parent() *Scope { return s.parent }
		stmt.go#L162: 	check.scope = check.scope.Parent()