SageInterface::get_name
Generate a useful name to describe the scope
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
std::string
get_name(SgScopeStatement const* scope);
Description
default names are used for scope that cannot be associated with a
name.
Parameters
Name |
Description |
scope |
This class represents the concept of a scope in C++ (e.g. global scope, fuction scope, etc.). |
Created with MrDocs