SgNodeHelper::isForwardFunctionDeclaration
Determines whether a provided function declaration is a forward declaration
Synopsis
Declared in <src/midend/abstractLayer/SgNodeHelper.h>
bool
isForwardFunctionDeclaration(SgNode* declaration);
Return Value
whether a provided function declaration is a forward declaration
Parameters
Name |
Description |
declaration |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs