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