Skip to content

SageBuilder::setTemplateArgumentsInDeclaration

DQ (9/16/2012): Added function to support setting the template arguments and setting their parents (and for any relevant declaration).

Synopsis

Declared in <SageIII/sageInterface/sageBuilder.h>

[[visibility]]
void
setTemplateArgumentsInDeclaration(
    SgDeclarationStatement* decl,
    SgTemplateArgumentPtrList* templateArgumentsList_input);

Parameters

Name

Description

decl

This class represents the concept of a declaration statement.

Created with MrDocs