Skip to content

VarUniqueName::VarUniqueName

Constructs the attribute using the prefix vector and thisNode.

Synopsis

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

VarUniqueName(
    std::vector<SgInitializedName*> const& prefix,
    SgInitializedName* thisNode);

Description

The key will first be copied from the prefix value, and then the thisNode value will be appended.

Parameters

Name

Description

prefix

The prefix of the new name.

thisNode

The node to append to the end of the new name.

Created with MrDocs