Skip to content

SageBuilder::buildNondefiningMemberFunctionDeclaration

Build a prototype member function declaration

Synopsis

Declared in <SageIII/sageInterface/sageBuilder.h>

[[visibility]]
SgMemberFunctionDeclaration*
buildNondefiningMemberFunctionDeclaration(
    SgName const& name,
    SgType* return_type,
    SgFunctionParameterList* parlist,
    SgScopeStatement* scope,
    unsigned int functionConstVolatileFlags,
    bool buildTemplateInstantiation,
    SgTemplateArgumentPtrList* templateArgumentsList);

Return Value

This class represents the concept of a member function declaration statement.

Parameters

Name

Description

name

This class represents strings within the IR nodes.

return_type

This class represents the base class for all types.

parlist

This class represents the concept of a declaration list.

scope

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

Created with MrDocs