Skip to content

SageInterface::collectModifiedStatements

This collects the statements that are marked as modified (a flag automatically set by all set_* generated functions) (useful in debugging).

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

[[visibility]]
std::set<SgStatement*>
collectModifiedStatements(SgNode* node);

Parameters

Name

Description

node

This class represents the base class for all IR nodes within Sage III.

Created with MrDocs