Skip to content

SgNodeHelper::getSymbolOfFunctionDeclaration

returns the SgSymbol* of the variable in a function declaration

Synopsis

Declared in <src/midend/abstractLayer/SgNodeHelper.h>

SgFunctionSymbol*
getSymbolOfFunctionDeclaration(SgFunctionDeclaration* decl);

Parameters

Name

Description

decl

This class represents the concept of a function declaration statement.

Created with MrDocs