Skip to content

ResetParentPointers::evaluateInheritedAttribute

Required traversal function

Synopsis

Declared in <SageIII/astPostProcessing/resetParentPointers.h>

virtual
ResetParentPointersInheritedAttribute
evaluateInheritedAttribute(
    SgNode* node,
    ResetParentPointersInheritedAttribute inheritedAttribute);

Return Value

Inherited attribute required for ResetParentPointers class.

Parameters

Name

Description

node

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

inheritedAttribute

Inherited attribute required for ResetParentPointers class.

Created with MrDocs