func go/printer.identListSize

2 uses

	go/printer (current package)
		nodes.go#L404: func identListSize(list []*ast.Ident, maxSize int) (size int) {
		nodes.go#L427: 	namesSize := identListSize(f.Names, maxSize)