SageBuilder::buildDefiningMemberFunctionDeclaration
Build a defining ( non‐prototype) member function declaration
Synopses
Declared in <SageIII/sageInterface/sageBuilder.h>
[[visibility]]
SgMemberFunctionDeclaration*
buildDefiningMemberFunctionDeclaration(
SgName const& name,
SgType* return_type,
SgFunctionParameterList* parameter_list,
SgScopeStatement* scope = NULL);
Build a defining ( non‐prototype) member function declaration
[[visibility]]
SgMemberFunctionDeclaration*
buildDefiningMemberFunctionDeclaration(
SgName const& name,
SgType* return_type,
SgFunctionParameterList* parlist,
SgScopeStatement* scope,
bool buildTemplateInstantiation,
unsigned int functionConstVolatileFlags,
SgMemberFunctionDeclaration* first_nondefinng_declaration,
SgTemplateArgumentPtrList* templateArgumentsList);
Created with MrDocs