go/types.Object.Parent (method)

4 uses

	go/types (current package)
		decl.go#L213: 		isPkgObj := obj.Parent() == check.pkg.scope
		object.go#L19: 	Parent() *Scope // scope in which this object is declared; nil for methods and struct fields
		scope.go#L105: 	if obj.Parent() == nil {
		scope.go#L264: 			if obj.Parent() == nil {