Skip to content

SageInterface::insertStatementAfter

Insert a statement after a target statement, Move around preprocessing info automatically by default

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

[[visibility]]
void
insertStatementAfter(
    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