type go/ast.FuncLit
13 uses
go/ast (current package)
ast.go#L309: FuncLit struct {
ast.go#L486: func (x *FuncLit) Pos() token.Pos { return x.Type.Pos() }
ast.go#L525: func (x *FuncLit) End() token.Pos { return x.Body.End() }
ast.go#L557: func (*FuncLit) exprNode() {}
walk.go#L98: case *FuncLit:
go/parser
parser.go#L1347: return &ast.FuncLit{Type: typ, Body: body}
parser.go#L1607: case *ast.FuncLit:
resolver.go#L257: case *ast.FuncLit:
go/printer
nodes.go#L852: case *ast.FuncLit:
go/types
expr.go#L488: *ast.FuncLit,
expr.go#L1294: case *ast.FuncLit:
exprstring.go#L50: case *ast.FuncLit:
gotest.tools/v3/internal/source
defers.go#L16: if funcLit, ok := node.(*ast.FuncLit); ok {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)