CPreproc::IfDirectiveExtractor::visit
Visits a node, either on the top‐down or bottom‐up visit.
Synopsis
Declared in <src/midend/programTransformation/astOutlining/IfDirectiveExtractor.hh>
void
visit(
SgNode* n,
bool isTopDown);
Parameters
Name |
Description |
n |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs