SgNodeHelper::getFunctionDefinitionFormalParameterList
return a function‐definition's list of formal paramters
Synopsis
Declared in <src/midend/abstractLayer/SgNodeHelper.h>
std::vector<SgInitializedName*>&
getFunctionDefinitionFormalParameterList(SgNode* node);
Return Value
A standard container which offers fixed time access to individual elements in any order.
Parameters
Name |
Description |
node |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs