Skip to content

AstSimpleProcessing::visit

this method is called at every traversed node.

Synopsis

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

virtual
void
visit(SgNode* astNode) = 0;

Parameters

Name

Description

astNode

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

Created with MrDocs