Skip to content

VarUniqueName::key

The vector of initializedNames that uniquely identifies this VarRef. The node which this name is attached to should be the last in the list. why a vector? in order to handle a.b.c ??

Synopsis

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

std::vector<SgInitializedName*> key;

Created with MrDocs