go/ast.DeferStmt.Call (field)
8 uses
go/ast (current package)
ast.go#L682: Call *CallExpr
ast.go#L815: func (s *DeferStmt) End() token.Pos { return s.Call.End() }
walk.go#L200: Walk(v, n.Call)
go/parser
parser.go#L2027: return &ast.DeferStmt{Defer: pos, Call: call}
go/printer
nodes.go#L1415: p.expr(s.Call)
go/types
stmt.go#L551: check.suspendedCall("defer", s.Call)
gotest.tools/v3/internal/source
defers.go#L33: return defers[0].Call, nil
source.go#L125: ast.Walk(v, typed.Call.Fun)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)