Skip to content

SageInterface::collectTransformedStatements

This collects the statements that are marked as transformed (useful in debugging).

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

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

Parameters

Name

Description

node

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

Created with MrDocs