Skip to content

SageInterface::appendStatement

Append a statement to the end of SgForInitStatement

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

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