Skip to content

SgNodeHelper::findVariableDeclarationWithVariableSymbol

returns the declaration statement found for a given variable symbol.

Synopsis

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

SgDeclarationStatement*
findVariableDeclarationWithVariableSymbol(SgNode* node);

Return Value

This class represents the concept of a declaration statement.

Parameters

Name

Description

node

This class represents the base class for all IR nodes within Sage III.

Created with MrDocs