AST_Graph::DataMemberPointersToIR::visit
* The function AST_Graph::DataMemberPointersToIR<Functional1, Functional2>::visit(SgNode* node) is an implementation of the virtual visit member function in theAST memory pool traversal. This implementation does not affect the tailoredwhole AST traversal.**
Synopsis
Declared in <src/midend/astDump/astGraph.h>
virtual
void
visit(SgNode* node);
Parameters
Name |
Description |
node |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs