removeVariableDeclaration
Remove the declaration of a given variable
Synopsis
Declared in <src/midend/programTransformation/astInlining/inlinerSupport.h>
[[visibility]]
void
removeVariableDeclaration(SgInitializedName* initname);
Parameters
Name |
Description |
initname |
This class represents the notion of a declared variable. |
Created with MrDocs