SageBuilder::buildDoWhileStmt
Build do‐while statement
Synopsis
Declared in <SageIII/sageInterface/sageBuilder.h>
[[visibility]]
SgDoWhileStmt*
buildDoWhileStmt(
SgStatement* body,
SgStatement* condition);
Return Value
This class represents the concept of a do‐while statement.
Parameters
Name |
Description |
body |
This class represents the notion of a statement. |
condition |
This class represents the notion of a statement. |
Created with MrDocs