go/ast.DeferStmt.Call (field)

7 uses

	go/ast (current package)
		ast.go#L693: 		Call  *CallExpr
		ast.go#L826: func (s *DeferStmt) End() token.Pos  { return s.Call.End() }
		walk.go#L200: 		Walk(v, n.Call)

	go/parser
		parser.go#L2047: 	return &ast.DeferStmt{Defer: pos, Call: call}

	go/printer
		nodes.go#L1415: 		p.expr(s.Call)

	go/types
		stmt.go#L541: 		check.suspendedCall("defer", s.Call)

	golang.org/x/tools/go/ast/inspector
		walk.go#L190: 		walk(v, edge.DeferStmt_Call, -1, n.Call)