AstTopDownBottomUpProcessing::traverse
evaluates attributes on the entire AST
Synopsis
Declared in <src/midend/astProcessing/AstProcessing.h>
SynthesizedAttributeType
traverse(
SgNode* node,
InheritedAttributeType inheritedValue);
Description
//////////////////////////////////////////////////// TOP DOWN BOTTOM UP PROCESSING IMPLEMENTATION ///////////////////////////////////////////////////////
Parameters
Name |
Description |
node |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs