go/ast.IfStmt.Body (field)
10 uses
go/ast (current package)
ast.go#L712: Body *BlockStmt
ast.go#L841: return s.Body.End()
walk.go#L218: Walk(v, n.Body)
go/parser
parser.go#L2168: return &ast.IfStmt{If: pos, Init: init, Cond: cond, Body: body, Else: else_}
resolver.go#L339: ast.Walk(r, n.Body)
go/printer
nodes.go#L1450: p.block(s.Body, 1)
go/types
labels.go#L238: stmtBranches(s.Body)
return.go#L49: check.isTerminating(s.Body, "") &&
return.go#L137: if hasBreak(s.Body, label, implicit) ||
stmt.go#L625: check.stmt(inner, s.Body)