Skip to content

FixupFunctionDefaultArguments::evaluateInheritedAttribute

Required traversal function

Synopsis

Declared in <SageIII/astPostProcessing/fixupFunctionDefaultArguments.h>

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

Return Value

Inherited attribute required for FixupFunctionDefaultArguments class.

Parameters

Name

Description

node

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

inheritedAttribute

Inherited attribute required for FixupFunctionDefaultArguments class.

Created with MrDocs