type go/types.Instance

5 uses

	go/types (current package)
		api.go#L247: 	Instances map[*ast.Ident]Instance
		api.go#L445: type Instance struct {
		recording.go#L137: 		m[ident] = Instance{newTypeList(targs), typ}

	golang.org/x/tools/go/packages
		packages.go#L1191: 			Instances:    make(map[*ast.Ident]types.Instance),

	golang.org/x/tools/internal/typesinternal
		types.go#L147: 		Instances:    map[*ast.Ident]types.Instance{},