VarUniqueName::setKey
Set the value of the name.
Synopsis
Declared in <src/midend/programAnalysis/variableRenaming/VariableRenaming.h>
void
setKey(std::vector<SgInitializedName*> const& newKey);
Parameters
Name |
Description |
newKey |
The new name to use. |
Created with MrDocs