Skip to content

SageInterface::buildForwardFunctionDeclaration

Generate a non‐defining (forward) declaration from a defining function declaration.

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

[[visibility]]
SgTemplateInstantiationMemberFunctionDecl*
buildForwardFunctionDeclaration(SgTemplateInstantiationMemberFunctionDecl* memberFunctionInstantiation);

Description

should put into sageBuilder ?

Return Value

This class represents the concept of an instantiation of member function template

Parameters

Name

Description

memberFunctionInstantiation

This class represents the concept of an instantiation of member function template

Created with MrDocs