type go/ast.CaseClause
15 uses
go/ast (current package)
ast.go#L712: CaseClause struct {
ast.go#L785: func (s *CaseClause) Pos() token.Pos { return s.Case }
ast.go#L837: func (s *CaseClause) End() token.Pos {
ast.go#L872: func (*CaseClause) stmtNode() {}
walk.go#L247: case *CaseClause:
go/parser
parser.go#L2169: func (p *parser) parseCaseClause(typeSwitch bool) *ast.CaseClause {
parser.go#L2190: return &ast.CaseClause{Case: pos, List: list, Colon: colon, Body: body}
resolver.go#L340: case *ast.CaseClause:
go/printer
nodes.go#L1405: case *ast.CaseClause:
go/types
labels.go#L245: case *ast.CaseClause:
return.go#L92: cc := s.(*ast.CaseClause)
return.go#L142: case *ast.CaseClause:
stmt.go#L134: case *ast.CaseClause:
stmt.go#L612: clause, _ := c.(*ast.CaseClause)
stmt.go#L704: clause, _ := s.(*ast.CaseClause)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)