func go.pact.im/x/plumb/internal/gotypes.TypeNameOf

5 uses

	go.pact.im/x/plumb/internal/gotypes (current package)
		gotypes.go#L246: func TypeNameOf(t types.Type) *types.TypeName {

	go.pact.im/x/plumb/internal/discover
		discover.go#L694: 					Name:    gotypes.TypeNameOf(owner).Name() + "." + obj.Name(),
		discover.go#L726: 			return nil, diag.Errorf(pos, diag.ErrConstraintInterfaceMethod, "%s: a constraint type cannot be the type of a value, so it cannot be a receiver", gotypes.TypeNameOf(owner).Name())
		discover.go#L740: 				Name:    gotypes.TypeNameOf(owner).Name() + "." + obj.Name(),

	go.pact.im/x/plumb/internal/solve
		checks.go#L105: 		return gotypes.TypeNameOf(p.Declared)