SageInterface::initializeWhileStatement
Support function used for variable declarations in conditionals
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
void
initializeWhileStatement(
SgWhileStmt* whileStatement,
SgStatement* condition,
SgStatement* body);
Parameters
Name |
Description |
whileStatement |
This class represents the concept of a do‐while statement. |
condition |
This class represents the notion of a statement. |
body |
This class represents the notion of a statement. |
Created with MrDocs