go/printer.printer.stmt (method)

12 uses

	go/printer (current package)
		nodes.go#L1093: 			p.stmt(s, nextIsRBrace && i == len(list)-1)
		nodes.go#L1177: 			p.stmt(init, false)
		nodes.go#L1188: 				p.stmt(post, false)
		nodes.go#L1233: func (p *printer) stmt(stmt ast.Stmt, nextIsRBrace bool) {
		nodes.go#L1261: 		p.stmt(s.Stmt, nextIsRBrace)
		nodes.go#L1333: 				p.stmt(s.Else, nextIsRBrace)
		nodes.go#L1339: 				p.stmt(s.Else, true)
		nodes.go#L1363: 			p.stmt(s.Init, false)
		nodes.go#L1367: 		p.stmt(s.Assign, false)
		nodes.go#L1374: 			p.stmt(s.Comm, false)
		nodes.go#L1744: 				p.stmt(s, i == len(b.List)-1)
		printer.go#L1135: 		p.stmt(n, false)