getRootOfExpression
Get the topmost enclosing expression of a given expression. Needs to be moved.
Synopsis
Declared in <src/midend/programTransformation/astInlining/replaceExpressionWithStatement.h>
SgExpression*
getRootOfExpression(SgExpression* n);
Return Value
This class represents the notion of an expression. Expressions
Parameters
Name |
Description |
n |
This class represents the notion of an expression. Expressions |
Created with MrDocs