SgNodeHelper::findFunctionDeclarationWithFunctionSymbol
returns the function declaration statement found for a given function symbol.
Synopsis
Declared in <src/midend/abstractLayer/SgNodeHelper.h>
SgFunctionDeclaration*
findFunctionDeclarationWithFunctionSymbol(SgNode* node);
Return Value
This class represents the concept of a function declaration statement.
Parameters
Name |
Description |
node |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs