SgNodeHelper::isGlobalVariableDeclarationSymbol
Determines if a variable is declared in global name space
Synopsis
Declared in <src/midend/abstractLayer/SgNodeHelper.h>
bool
isGlobalVariableDeclarationSymbol(SgSymbol* varDecl);
Return Value
if a variable is declared in global name space
Parameters
Name |
Description |
varDecl |
This class represents the concept of a name within the compiler. |
Created with MrDocs