Skip to content

SageInterface::getEnclosingExprListExp

Get the enclosing SgExprListExp (used as part of function argument index evaluation in subexpressions).

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

[[visibility]]
SgExprListExp*
getEnclosingExprListExp(
    SgNode* astNode,
    bool const includingSelf = false);

Return Value

This class represents the concept of a C and C++ expression list.

Parameters

Name

Description

astNode

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

Created with MrDocs