Skip to content

SageInterface::getFirstVarType

Get the data type of the first initialized name of a declaration statement

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

[[visibility]]
SgType*
getFirstVarType(SgVariableDeclaration* decl);

Return Value

the data type of 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