Function SgNodeHelper::isLoopStmt

Function SgNodeHelper::isLoopStmt#

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).