go/types.TypeName.Parent (method, view implemented interface methods)
3 uses
go/types (current package)
mono.go#L276: if obj.Parent() == root {
mono.go#L288: for scope := obj.Parent(); scope != root; scope = scope.Parent() {
object.go#L145: func (obj *object) Parent() *Scope { return obj.parent }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)