fixupAstDeclarationScope
Fixup all SgDeclarationStatement to have a consistant scope (between the defining and all non‐defining declarations).
Synopsis
Declared in <SageIII/astPostProcessing/fixupDeclarationScope.h>
void
fixupAstDeclarationScope(SgNode* node);
Description
Some declarations are there own defining declarations.
Parameters
Name |
Description |
node |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs