Skip to content

FunctionEvaluationOrderTraversal::evaluateInheritedAttribute

Visits AST nodes in pre‐order

Synopsis

Declared in <src/midend/programTransformation/extractFunctionArgumentsNormalization/functionEvaluationOrderTraversal.h>

virtual
FunctionCallInheritedAttribute
evaluateInheritedAttribute(
    SgNode* astNode,
    FunctionCallInheritedAttribute parentAttribute);

Parameters

Name

Description

astNode

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

Created with MrDocs