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

2 uses

	go/ast (current package)
		ast.go#L786: func (s *SwitchStmt) Pos() token.Pos     { return s.Switch }

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