go/ast.ForStmt.Body (field)
10 uses
go/ast (current package)
ast.go#L764: Body *BlockStmt
ast.go#L862: func (s *ForStmt) End() token.Pos { return s.Body.End() }
walk.go#L262: Walk(v, n.Body)
go/parser
parser.go#L2449: Body: body,
resolver.go#L413: ast.Walk(r, n.Body)
go/printer
nodes.go#L1521: p.block(s.Body, 1)
go/types
labels.go#L259: stmtBranches(lstmt, s.Body)
return.go#L71: if s.Cond == nil && !hasBreak(s.Body, label, true) {
return.go#L164: if label != "" && hasBreak(s.Body, label, false) {
stmt.go#L854: check.stmt(inner, s.Body)