VarUniqueName::VarUniqueName
Constructors
Synopses
Declared in <src/midend/programAnalysis/variableRenaming/VariableRenaming.h>
Constructs the attribute with an empty key.
Copy the attribute.
VarUniqueName(VarUniqueName const& other);
Constructs the attribute with value thisNode.
VarUniqueName(SgInitializedName* thisNode);
Constructs the attribute using the prefix vector and thisNode.
VarUniqueName(
std::vector<SgInitializedName*> const& prefix,
SgInitializedName* thisNode);
Parameters
Name |
Description |
other |
The attribute to copy from. |
thisNode |
The node to use for the key. |
prefix |
The prefix of the new name. |
Created with MrDocs