go/ast.GoStmt.Call (field)
7 uses
go/ast (current package)
ast.go#L687: Call *CallExpr
ast.go#L825: func (s *GoStmt) End() token.Pos { return s.Call.End() }
walk.go#L197: Walk(v, n.Call)
go/parser
parser.go#L2032: return &ast.GoStmt{Go: pos, Call: call}
go/printer
nodes.go#L1411: p.expr(s.Call)
go/types
stmt.go#L538: check.suspendedCall("go", s.Call)
golang.org/x/tools/go/ast/inspector
walk.go#L187: walk(v, edge.GoStmt_Call, -1, n.Call)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)