SageInterface::getFirstVariable
convenience function that returns the first initialized name in a list of variable declarations.
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
SgInitializedName&
getFirstVariable(SgVariableDeclaration& vardecl);
Return Value
This class represents the notion of a declared variable.
Parameters
Name |
Description |
vardecl |
This class represents the concept of a C or C++ variable declaration. |
Created with MrDocs