go/ast.RangeStmt.Body (field)
10 uses
go/ast (current package)
ast.go#L765: Body *BlockStmt
ast.go#L853: func (s *RangeStmt) End() token.Pos { return s.Body.End() }
walk.go#L296: Walk(v, n.Body)
go/parser
parser.go#L2414: Body: body,
resolver.go#L443: ast.Walk(r, n.Body)
go/printer
nodes.go#L1472: p.block(s.Body, 1)
go/types
labels.go#L264: stmtBranches(s.Body)
return.go#L169: if label != "" && hasBreak(s.Body, label, false) {
stmt.go#L908: scopePos := s.Body.Pos()
stmt.go#L930: check.stmt(inner, s.Body)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)