go/ast.CaseClause.List (field)
8 uses
go/ast (current package)
ast.go#L723: List []Expr // list of expressions or types; nil means default case
walk.go#L224: walkList(v, n.List)
go/parser
parser.go#L2218: return &ast.CaseClause{Case: pos, List: list, Colon: colon, Body: body}
resolver.go#L345: r.walkExprs(n.List)
go/types
return.go#L93: if cc.List == nil {
stmt.go#L135: if len(c.List) == 0 {
stmt.go#L661: check.caseValues(&x, clause.List, seen)
stmt.go#L753: T := check.caseTypes(sx, clause.List, seen)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)