SageBuilder::buildFunctionParameterList
Build an empty SgFunctionParameterList, possibly with some initialized names filled in
Synopsis
Declared in <SageIII/sageInterface/sageBuilder.h>
[[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);
Return Value
This class represents the concept of a declaration list.
Parameters
Name |
Description |
in1 |
This class represents the notion of a declared variable. |
in2 |
This class represents the notion of a declared variable. |
in3 |
This class represents the notion of a declared variable. |
in4 |
This class represents the notion of a declared variable. |
in5 |
This class represents the notion of a declared variable. |
in6 |
This class represents the notion of a declared variable. |
in7 |
This class represents the notion of a declared variable. |
in8 |
This class represents the notion of a declared variable. |
in9 |
This class represents the notion of a declared variable. |
in10 |
This class represents the notion of a declared variable. |
Created with MrDocs