go/types.Var.Parent (method, view implemented interface methods)

3 uses

	go/types (current package)
		mono.go#L270: 	if obj.Parent() == root {
		mono.go#L282: 	for scope := obj.Parent(); scope != root; scope = scope.Parent() {
		object.go#L126: func (obj *object) Parent() *Scope { return obj.parent }