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