SageInterface::insertStatementListAfter
Insert a list of statements after a target statement
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
[[visibility]]
void
insertStatementListAfter(
SgStatement* targetStmt,
std::vector<SgStatement*> const& newStmt);
Parameters
Name |
Description |
targetStmt |
This class represents the notion of a statement. |
newStmt |
A standard container which offers fixed time access to individual elements in any order. |
Created with MrDocs