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