Function SgNodeHelper::isAggregateDeclarationWithInitializerList#
Defined in File SgNodeHelper.h
Function Documentation#
-
bool SgNodeHelper::isAggregateDeclarationWithInitializerList(SgVariableDeclaration *decl)#
returns true if the declaration has an initializer list (e.g. char[2]={‘a’,0};