SageBuilder::buildStatementExpression
Build a GNU statement expression
Synopsis
Declared in <SageIII/sageInterface/sageBuilder.h>
[[visibility]]
SgStatementExpression*
buildStatementExpression(SgStatement* exp);
Return Value
This class represents the GNU extension "statement expression" (thus is
Parameters
Name |
Description |
exp |
This class represents the notion of a statement. |
Created with MrDocs