SageInterface::prependStatement
Prepend a statement to the beginning of SgForInitStatement
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
[[visibility]]
void
prependStatement(
SgStatement* stmt,
SgForInitStatement* for_init_stmt);
Parameters
Name |
Description |
stmt |
This class represents the notion of a statement. |
for_init_stmt |
This class represents the variable declaration or variable initialization withn a |
Created with MrDocs