Lines Matching refs:Spec
1254 // in the result slice is true if the type column in spec[i] must be kept.
1276 func keepTypeColumn(specs []ast.Spec) []bool {
1359 // spec: "Implementation restriction: A compiler may restrict
1384 // multi-line identifier lists in the spec are indented when the first
1387 func (p *printer) spec(spec ast.Spec, n int, doIndent bool) {
1388 switch s := spec.(type) {
1459 p.spec(s, n, false)
1468 p.spec(d.Specs[0], 1, true)