SgNodeHelper::getSymbolOfVariable
returns the SgSymbol* of the variable in a SgVarRefExp
Synopsis
Declared in <src/midend/abstractLayer/SgNodeHelper.h>
SgSymbol*
getSymbolOfVariable(SgVarRefExp* varRefExp);
Return Value
This class represents the concept of a name within the compiler.
Parameters
Name |
Description |
varRefExp |
This class represents the variable refernece in expressions. |
Created with MrDocs