SageInterface::isOverloaded
Return true if function is overloaded.
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
bool
isOverloaded(SgFunctionDeclaration* functionDeclaration);
Return Value
true if function is overloaded.
Parameters
Name |
Description |
functionDeclaration |
This class represents the concept of a function declaration statement. |
Created with MrDocs