resetParentPointersOfClassOrNamespaceDeclarations
This is a top level function not called recursively.
Synopsis
Declared in <SageIII/astPostProcessing/resetParentPointers.h>
void
resetParentPointersOfClassOrNamespaceDeclarations(SgNode* node);
Description
This function call the traversal to reset the parent pointers of data members in class definitions, namespace definitions and global scope.
Parameters
Name |
Description |
node |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs