go/ast.GoStmt.Call (field)

6 uses

	go/ast (current package)
		ast.go#L671: 		Call *CallExpr
		ast.go#L808: func (s *GoStmt) End() token.Pos     { return s.Call.End() }
		walk.go#L221: 		Walk(v, n.Call)

	go/parser
		parser.go#L1998: 	return &ast.GoStmt{Go: pos, Call: call}

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

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