SageBuilder::buildWhileStmt
Build while statement
Synopses
Declared in <SageIII/sageInterface/sageBuilder.h>
SgWhileStmt*
buildWhileStmt(
SgExpression* condition,
SgStatement* body);
Build while statement
[[visibility]]
SgWhileStmt*
buildWhileStmt(
SgStatement* condition,
SgStatement* body);
Created with MrDocs