Customizable tree mapper.
Usage:
def inQuotes(using q: Quotes) = { import q.reflect.*class MyTreeMap extends TreeMap { override def transformTree(tree: Tree)(owner: Symbol): Tree = ???}}UseSymbol.asQuotes to create quotes with the correct owner within the TreeMap.