Skip to content

SageInterface::getInitializerOfExpression

Get the initializer containing an expression if it is within an initializer.

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

[[visibility]]
SgInitializer*
getInitializerOfExpression(SgExpression* n);

Return Value

the initializer containing an expression if it is within an initializer.

Parameters

Name

Description

n

This class represents the notion of an expression. Expressions

Created with MrDocs