go/ast.DeferStmt.Call (field)

5 uses

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

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

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