Skip to content

ResetParentPointersInMemoryPool

This traversal uses the Memory Pool traversal to fixup remaining parent pointers.

Synopsis

Declared in <SageIII/astPostProcessing/resetParentPointers.h>

class ResetParentPointersInMemoryPool
    : public ROSE_VisitTraversal

Base Classes

Name

Description

ROSE_VisitTraversal

Member Functions

Name

Description

ResetParentPointersInMemoryPool [constructor]

Construct from SgGlobal

~ResetParentPointersInMemoryPool [destructor] [virtual]

Destructor

visit [virtual]

Required traversal function

Data Members

Description

This traversal uses the Memory Pool traversal to fixup remaining parent pointers (e.g. declarations that are hidden from the AST traversal). This traversal traverses the whole AST using the memory pool traversal.

Created with MrDocs