AstInterfaceImpl::NewVar
Synopsis
Declared in <src/midend/astUtil/astInterface/AstInterface_ROSE.h>
SgVariableSymbol*
NewVar(
SgType* type,
std::string const& _name,
bool makeunique,
bool delayDecl,
SgExpression* initexp = 0,
SgScopeStatement* loc = 0);
Created with MrDocs