VariableRenaming::VarRefSynthAttr::VarRefSynthAttr
Create the attribute with the provided refs.
Synopsis
Declared in <src/midend/programAnalysis/variableRenaming/VariableRenaming.h>
VarRefSynthAttr(std::vector<SgNode*> const& subtree);
Parameters
Name |
Description |
subtree |
The refs to use for this attribute. |
Created with MrDocs