Skip to content

SageInterface::getTemplateDeclaration

Get the enclosing TemplateDeclaration statement

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

[[visibility]]
SgDeclarationStatement*
getTemplateDeclaration(SgNode const* astNode);

Return Value

the enclosing TemplateDeclaration statement

Parameters

Name

Description

astNode

This class represents the base class for all IR nodes within Sage III.

Created with MrDocs