Function SgNodeHelper::isLoopStmt#
Defined in File SgNodeHelper.h
Function Documentation#
-
bool SgNodeHelper::isLoopStmt(SgNode *node)#
is true if ‘node’ is the root node of the AST representing a Loop construct (While, DoWhile, For).
Defined in File SgNodeHelper.h
is true if ‘node’ is the root node of the AST representing a Loop construct (While, DoWhile, For).