go/types.Info.ObjectOf (method)

2 uses

	go/types (current package)
		api.go#L291: 		if obj := info.ObjectOf(id); obj != nil {
		api.go#L306: func (info *Info) ObjectOf(id *ast.Ident) Object {