VariableRenaming::ChildUses::setUses
Set the uses for this node and below.
Synopsis
Declared in <src/midend/programAnalysis/variableRenaming/VariableRenaming.h>
void
setUses(std::vector<SgNode*> const& newUses);
Parameters
Name |
Description |
newUses |
A constant reference to the uses to copy to this node. |
Created with MrDocs