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

2 uses

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

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