Skip to content

SageInterface::getDeclarationOfNamedFunction

Given a SgExpression that represents a named function (or bound member function), return the mentioned function

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

SgFunctionDeclaration*
getDeclarationOfNamedFunction(SgExpression* func);

Return Value

This class represents the concept of a function declaration statement.

Parameters

Name

Description

func

This class represents the notion of an expression. Expressions

Created with MrDocs