Skip to content

SageBuilder::buildWhileStmt

Build while statement

Synopsis

Declared in <SageIII/sageInterface/sageBuilder.h>

[[visibility]]
SgWhileStmt*
buildWhileStmt(
    SgStatement* condition,
    SgStatement* body);

Return Value

This class represents the concept of a do‐while statement.

Parameters

Name

Description

condition

This class represents the notion of a statement.

body

This class represents the notion of a statement.

Created with MrDocs