SgNodeHelper::isAstRoot
checks whether the node 'node' is the root node of the AST by using the get_parent function.
Synopsis
Declared in <src/midend/abstractLayer/SgNodeHelper.h>
bool
isAstRoot(SgNode* node);
Parameters
Name |
Description |
node |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs