SgNodeHelper::getInitializedNameOfVariableDeclaration
returns the initialized name object of a variable declaration. Otherwise it throws an exception.
Synopsis
Declared in <src/midend/abstractLayer/SgNodeHelper.h>
SgInitializedName*
getInitializedNameOfVariableDeclaration(SgVariableDeclaration* decl);
Return Value
This class represents the notion of a declared variable.
Parameters
Name |
Description |
decl |
This class represents the concept of a C or C++ variable declaration. |
Created with MrDocs