SageInterface::insertStatementBefore
Insert a statement before a target statement
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
[[visibility]]
void
insertStatementBefore(
SgStatement* targetStmt,
SgStatement* newStmt,
bool autoMovePreprocessingInfo = true);
Parameters
Name |
Description |
targetStmt |
This class represents the notion of a statement. |
newStmt |
This class represents the notion of a statement. |
Created with MrDocs