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(SgStatement const* stmt);

Description

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

Parameters

Name

Description

stmt

This class represents the notion of a statement.

Created with MrDocs