Skip to content

SgNodeHelper::getSymbolOfVariableDeclaration

returns the SgSymbol* of the variable in a variable declaration

Synopsis

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

SgSymbol*
getSymbolOfVariableDeclaration(SgVariableDeclaration* decl);

Return Value

This class represents the concept of a name within the compiler.

Parameters

Name

Description

decl

This class represents the concept of a C or C++ variable declaration.

Created with MrDocs