Skip to content

SageBuilder::buildTemplateVariableDeclaration

Build template variable declarations

Synopsis

Declared in <SageIII/sageInterface/sageBuilder.h>

[[visibility]]
SgTemplateVariableDeclaration*
buildTemplateVariableDeclaration(
    SgName const& name,
    SgType* type,
    SgInitializer* varInit,
    SgScopeStatement* scope);

Parameters

Name

Description

name

This class represents strings within the IR nodes.

type

This class represents the base class for all types.

varInit

This class represents the notion of an initializer for a variable declaration or

scope

This class represents the concept of a scope in C++ (e.g. global scope, fuction scope, etc.).

Created with MrDocs