SageInterface::recursivePrintCurrentAndParent
Recursively print current and parent nodes. used within gdb to probe the context of a node.
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
void
recursivePrintCurrentAndParent(SgNode* n);
Parameters
Name |
Description |
n |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs