SageInterface::removeAllOriginalExpressionTrees
Set original expression trees to NULL for SgValueExp or SgCastExp expressions, so you can change the value and have it unparsed correctly.
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
[[visibility]]
void
removeAllOriginalExpressionTrees(SgNode* top);
Parameters
Name |
Description |
top |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs