Skip to content

SgNodeHelper::isLastChildOf

checks whether 'elem' is the last child (in traversal order) of node 'parent'.

Synopsis

Declared in <src/midend/abstractLayer/SgNodeHelper.h>

bool
isLastChildOf(
    SgNode* elem,
    SgNode* parent);

Parameters

Name

Description

elem

This class represents the base class for all IR nodes within Sage III.

parent

This class represents the base class for all IR nodes within Sage III.

Created with MrDocs