go/printer.printer.block (method)

9 uses

	go/printer (current package)
		nodes.go#L1114: func (p *printer) block(b *ast.BlockStmt, nindent int) {
		nodes.go#L1323: 		p.block(s, 1)
		nodes.go#L1328: 		p.block(s.Body, 1)
		nodes.go#L1357: 		p.block(s.Body, 0)
		nodes.go#L1369: 		p.block(s.Body, 0)
		nodes.go#L1388: 			p.block(body, 0)
		nodes.go#L1394: 		p.block(s.Body, 1)
		nodes.go#L1411: 		p.block(s.Body, 1)
		nodes.go#L1755: 	p.block(b, 1)