VariableRenaming::getUniqueName
Get the uniqueName attribute for the given node.
Synopsis
Declared in <src/midend/programAnalysis/variableRenaming/VariableRenaming.h>
static
VarUniqueName*
getUniqueName(SgNode* node);
Return Value
The attribute, or NULL.
Parameters
Name |
Description |
node |
Node to get the attribute from. |
Created with MrDocs