Skip to content

SageInterface::appendStatement

appendStatement overloads

Synopses

Declared in <SageIII/sageInterface/sageInterface.h>

Append a statement to the end of SgForInitStatement

[[visibility]]
void
appendStatement(
    SgStatement* stmt,
    SgForInitStatement* for_init_stmt);

Append a statement to the end of the current scope, handle side effect of appending statements, e.g. preprocessing info, defining/nondefining pointers etc.

[[visibility]]
void
appendStatement(
    SgStatement* stmt,
    SgScopeStatement* scope = NULL);

Created with MrDocs