mangleTemplate
Mangles an instantiated template, returning an SgName object.
Synopsis
Declared in <SageIII/manglingSupport.h>
SgName
mangleTemplate(
SgName const& templ_name,
SgTemplateArgumentPtrList const& templ_args,
SgScopeStatement const* scope);
Return Value
This class represents strings within the IR nodes.
Parameters
Name |
Description |
templ_name |
This class represents strings within the IR nodes. |
scope |
This class represents the concept of a scope in C++ (e.g. global scope, fuction scope, etc.). |
Created with MrDocs