Function myStatementInsert

Function myStatementInsert#

Function Documentation#

void myStatementInsert(SgStatement *target, SgStatement *newstmt, bool before, bool allowForInit = false)#

Insert a new statement before or after a target statement. If allowForInit is true, the new statement can be inserted into the initializer of a for statement. Needs to be merged.