go/ast.FuncLit.Type (field)
12 uses
go/ast (current package)
ast.go#L325: Type *FuncType // function type
ast.go#L499: func (x *FuncLit) Pos() token.Pos { return x.Type.Pos() }
walk.go#L77: Walk(v, n.Type)
go/parser
parser.go#L1467: return &ast.FuncLit{Type: typ, Body: body}
resolver.go#L264: r.walkFuncType(n.Type)
go/printer
nodes.go#L874: p.setPos(x.Type.Pos())
nodes.go#L878: p.signature(x.Type)
nodes.go#L879: p.funcBody(p.distanceFrom(x.Type.Pos(), startCol), blank, x.Body)
go/types
exprstring.go#L51: WriteExpr(buf, x.Type)
literals.go#L84: if sig, ok := check.typ(e.Type).(*Signature); ok {
golang.org/x/tools/go/ast/inspector
walk.go#L67: walk(v, edge.FuncLit_Type, -1, n.Type)
golang.org/x/tools/internal/typesinternal
types.go#L180: n = f.Type