Skip to content

SageInterface::getDeclaredType

Returns the type introduced by a declaration.

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

SgType*
getDeclaredType(SgDeclarationStatement const* declaration);

Return Value

the type introduced by a declaration.

Parameters

Name

Description

declaration

This class represents the concept of a declaration statement.

Created with MrDocs