Skip to content

SageBuilder::buildFunctionParameterList

buildFunctionParameterList overloads

Synopses

Declared in <SageIII/sageInterface/sageBuilder.h>

Build an SgFunctionParameterList from SgFunctionParameterTypeList, like (int, float,...), used for parameter list of prototype functions when function type( including parameter type list) is known.

Build an empty SgFunctionParameterList, possibly with some initialized names filled in

[[visibility]]
SgFunctionParameterList*
buildFunctionParameterList(
    SgInitializedName* in1 = NULL,
    SgInitializedName* in2 = NULL,
    SgInitializedName* in3 = NULL,
    SgInitializedName* in4 = NULL,
    SgInitializedName* in5 = NULL,
    SgInitializedName* in6 = NULL,
    SgInitializedName* in7 = NULL,
    SgInitializedName* in8 = NULL,
    SgInitializedName* in9 = NULL,
    SgInitializedName* in10 = NULL);

Created with MrDocs