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