go/ast.GoStmt.Call (field)

6 uses

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

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

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

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