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