Skip to content

SageInterface::getFirstInitializedName

Get the first initialized name of a declaration statement

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

[[visibility]]
SgInitializedName*
getFirstInitializedName(SgVariableDeclaration* decl);

Return Value

the first initialized name of a declaration statement

Parameters

Name

Description

decl

This class represents the concept of a C or C++ variable declaration.

Created with MrDocs