SageBuilder::setTemplateNameInTemplateInstantiations
DQ (2/11/2012): Added support to set the template name in function template instantiations (member and nonāmember).
Synopsis
Declared in <SageIII/sageInterface/sageBuilder.h>
[[visibility]]
void
setTemplateNameInTemplateInstantiations(
SgFunctionDeclaration* func,
SgName const& name);
Parameters
Name |
Description |
func |
This class represents the concept of a function declaration statement. |
name |
This class represents strings within the IR nodes. |
Created with MrDocs