SageInterface::get_name
Generate a useful name to describe the SgSymbol
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
std::string
get_name(SgSymbol const* symbol);
Description
default names are used for SgSymbol objects that cannot be
associated with a name.
Parameters
Name |
Description |
symbol |
This class represents the concept of a name within the compiler. |
Created with MrDocs