Skip to content

AstTopDownBottomUpProcessing::evaluateInheritedAttribute

pure virtual function which must be implemented to compute the inherited attribute at a node

Synopsis

Declared in <src/midend/astProcessing/AstProcessing.h>

virtual
InheritedAttributeType
evaluateInheritedAttribute(
    SgNode* astNode,
    InheritedAttributeType inheritedValue) = 0;

Parameters

Name

Description

astNode

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

Created with MrDocs