SageInterface::whereAmI
Diagnostic function for tracing back through the parent list to understand at runtime where in the AST a failure happened.
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
void
whereAmI(SgNode* node);
Parameters
Name |
Description |
node |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs