SgNodeHelper::isLoopStmt
is true if 'node' is the root node of the AST representing a Loop construct (While, DoWhile, For).
Synopsis
Declared in <src/midend/abstractLayer/SgNodeHelper.h>
bool
isLoopStmt(SgNode* node);
Parameters
Name |
Description |
node |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs