Skip to content

SageInterface::collectModifiedLocatedNodes

This collects the SgLocatedNodes 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<SgLocatedNode*>
collectModifiedLocatedNodes(SgNode* node);

Parameters

Name

Description

node

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

Created with MrDocs