Class ResetParentPointersOfClassAndNamespaceDeclarations#

Inheritance Relationships#

Base Type#

Class Documentation#

class ResetParentPointersOfClassAndNamespaceDeclarations : public SgSimpleProcessing#

This traversal implements the mechanism to reset all parent pointers (back edges in the AST graph)

This traversal traverses the more of the AST (but is not a memory pool traversal) except types and symbols (future versions of the traversal will traverse type and symbols).

Public Functions

virtual void visit(SgNode *node)#

Required traversal function.