SageInterface::outputLocalSymbolTables
Output the local symbol tables.
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
[[visibility]]
void
outputLocalSymbolTables(SgNode* node);
Description
Each symbol table is output with the file infor where it is located in the source code.
Parameters
Name |
Description |
node |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs