Skip to content

SgNodeHelper::getSymbolOfInitializedName

returns the SgSymbol* of a SgInitializedName

Synopsis

Declared in <src/midend/abstractLayer/SgNodeHelper.h>

SgSymbol*
getSymbolOfInitializedName(SgInitializedName* initName);

Return Value

This class represents the concept of a name within the compiler.

Parameters

Name

Description

initName

This class represents the notion of a declared variable.

Created with MrDocs