getStatementOfExpression
Get the statement of an expression. Somewhat smarter than the standard version of this routine, but needs to be merged.
Synopsis
Declared in <src/midend/programTransformation/astInlining/replaceExpressionWithStatement.h>
SgStatement*
getStatementOfExpression(SgNode* n);
Return Value
This class represents the notion of a statement.
Parameters
Name |
Description |
n |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs