Skip to content

SageInterface::get_name

Generate a useful name to describe the declaration

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

std::string
get_name(SgDeclarationStatement const* declaration);

Description

default names are used for declarations that can not be associated
  with a name.

Parameters

Name

Description

declaration

This class represents the concept of a declaration statement.

Created with MrDocs