func go/types.Id

3 uses

	go/types (current package)
		methodset.go#L48: 	key := Id(pkg, name)
		object.go#L63: func Id(pkg *Package, name string) string {
		object.go#L147: func (obj *object) Id() string { return Id(obj.pkg, obj.name) }