SageBuilder::buildSubscriptExpression_nfi
Build a SgSubscriptExpression, used for array shape expressions. The lower bound and stride may be nullptrs
Synopsis
Declared in <SageIII/sageInterface/sageBuilder.h>
SgSubscriptExpression*
buildSubscriptExpression_nfi(
SgExpression* lower_bound,
SgExpression* upper_bound,
SgExpression* stride);
Parameters
Name |
Description |
lower_bound |
This class represents the notion of an expression. Expressions |
upper_bound |
This class represents the notion of an expression. Expressions |
stride |
This class represents the notion of an expression. Expressions |
Created with MrDocs