mangleLocalScopeToString
Produces a mangled name for a scope statement.
Synopsis
Declared in <SageIII/manglingSupport.h>
std::string
mangleLocalScopeToString(SgScopeStatement const* scope);
Parameters
Name |
Description |
scope |
This class represents the concept of a scope in C++ (e.g. global scope, fuction scope, etc.). |
Created with MrDocs