go/ast.RangeStmt.Body (field)
10 uses
go/ast (current package)
ast.go#L771: Body *BlockStmt
ast.go#L859: func (s *RangeStmt) End() token.Pos { return s.Body.End() }
walk.go#L272: Walk(v, n.Body)
go/parser
parser.go#L2409: Body: body,
resolver.go#L447: ast.Walk(r, n.Body)
go/printer
nodes.go#L1541: p.block(s.Body, 1)
go/types
labels.go#L262: stmtBranches(s.Body)
return.go#L169: if label != "" && hasBreak(s.Body, label, false) {
stmt.go#L977: scopePos := s.Body.Pos()
stmt.go#L1024: check.stmt(inner, s.Body)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)