SageBuilder::buildWhileStmt
Synopsis
Declared in <SageIII/sageInterface/sageBuilder.h>
SgWhileStmt*
buildWhileStmt(
SgExpression* condition,
SgStatement* body);
Created with MrDocs
Declared in <SageIII/sageInterface/sageBuilder.h>
SgWhileStmt*
buildWhileStmt(
SgExpression* condition,
SgStatement* body);
Created with MrDocs