go/types.Scope.Parent (method)

3 uses

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