go/types.Info.ObjectOf (method)

3 uses

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

	golang.org/x/tools/internal/typesinternal
		fx.go#L79: 		if b, ok := info.ObjectOf(id).(*types.Builtin); ok {