SageInterface::getFirstVarSym
Get the variable symbol for the first initialized name of a declaration stmt.
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
[[visibility]]
SgVariableSymbol*
getFirstVarSym(SgVariableDeclaration* decl);
Return Value
This class represents the concept of a variable name within the compiler (a
Parameters
Name |
Description |
decl |
This class represents the concept of a C or C++ variable declaration. |
Created with MrDocs