SageInterface::clearUnusedVariableSymbols
Clear those variable symbols with unknown type (together with initialized names) which are also not referenced by any variable references or declarations under root. If root is NULL, all symbols with unknown type will be deleted.
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
void
clearUnusedVariableSymbols(SgNode* root = NULL);
Parameters
Name |
Description |
root |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs