Skip to content

AstSimpleProcessing::atTraversalStart

GB (06/04/2007): A new virtual function called at the start of the traversal, before any node is actually visited; can be used to perform a "last‐minute" computation of attributes that may have changed since the constructor was executed, but are constant during the traversal itself. A no‐op by default.

Synopsis

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

virtual
void
atTraversalStart();

Created with MrDocs