renameVariables
Rename all variables in a block of code, and ensure that all variable references point to the correct declarations.
Synopsis
Declared in <src/midend/programTransformation/astInlining/inlinerSupport.h>
[[visibility]]
void
renameVariables(SgNode* n);
Parameters
Name |
Description |
n |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs