Skip to content

AstTopDownBottomUpProcessing::traverseWithinFile

evaluates attributes only at nodes which represent the same file as where the evaluation was started

Synopsis

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

SynthesizedAttributeType
traverseWithinFile(
    SgNode* node,
    InheritedAttributeType inheritedValue);

Parameters

Name

Description

node

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

Created with MrDocs