Skip to content

SageBuilder::buildNondefiningMemberFunctionDeclaration

Build a prototype member function declaration

Synopses

Declared in <SageIII/sageInterface/sageBuilder.h>

[[visibility]]
SgMemberFunctionDeclaration*
buildNondefiningMemberFunctionDeclaration(
    SgName const& name,
    SgType* return_type,
    SgFunctionParameterList* parameter_list,
    SgScopeStatement* scope = NULL);

Build a prototype member function declaration

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

Created with MrDocs