Skip to content

VariableRenaming::VarRefSynthAttr::VarRefSynthAttr

Create the attribute with the subtree and thisNode.

Synopsis

Declared in <src/midend/programAnalysis/variableRenaming/VariableRenaming.h>

VarRefSynthAttr(
    std::vector<SgNode*> const& subtree,
    SgNode* thisNode);

Parameters

Name

Description

subtree

The list of nodes to copy to this attribute.

thisNode

The node to append to the list of refs.

Created with MrDocs