VarUniqueName::VarUniqueName
Constructs the attribute with value thisNode.
Synopsis
Declared in <src/midend/programAnalysis/variableRenaming/VariableRenaming.h>
VarUniqueName(SgInitializedName* thisNode);
Description
The key will consist of only the current node.
Parameters
Name |
Description |
thisNode |
The node to use for the key. |
Created with MrDocs