Skip to content

SageBuilder::buildMemberFunctionType

DQ (8/19/2012): Refactored some of the code supporting construction of the SgMemberFunctionType.

Synopses

Declared in <SageIII/sageInterface/sageBuilder.h>

[[visibility]]
SgMemberFunctionType*
buildMemberFunctionType(
    SgType* return_type,
    SgFunctionParameterTypeList* typeList,
    SgScopeStatement* struct_name,
    unsigned int mfunc_specifier);

DQ (8/19/2012): Refactored some of the code supporting construction of the SgMemberFunctionType.

[[visibility]]
SgMemberFunctionType*
buildMemberFunctionType(
    SgType* return_type,
    SgFunctionParameterTypeList* typeList,
    SgType* classType,
    unsigned int mfunc_specifier);

Created with MrDocs