The address of tree representing an owning definition, NoAddr for root tree
The tag at addr
. Used to determine which subtrees to scan for children
(i.e. if tag
is template, don't scan member defs, as these belong already
to enclosing class).
The reader to be used for scanning for children
The end of the owning definition
The address of tree representing an owning definition, NoAddr for root tree
All definitions that have the definition at addr
as closest enclosing definition
The end of the owning definition
Find the owner of definition at addr
A lazy datastructure that records how definitions are nested in TASTY data. The structure is lazy because it needs to be computed only for forward references to symbols that happen before the referenced symbol is created (see
symbolAt
). Such forward references are rare.