go/ast.CaseClause.Pos (method, view implemented interface methods)

4 uses

	go/ast (current package)
		ast.go#L785: func (s *CaseClause) Pos() token.Pos     { return s.Case }

	go/parser
		resolver.go#L342: 		r.openScope(n.Pos())

	go/printer
		nodes.go#L1408: 			p.exprList(s.Pos(), s.List, 1, 0, s.Colon, false)

	go/types
		stmt.go#L723: 				scopePos := clause.Pos() + token.Pos(len("default")) // for default clause (len(List) == 0)