SageBuilder::buildFunctionParameterTypeList
buildFunctionParameterTypeList overloads
Synopses
Declared in <SageIII/sageInterface/sageBuilder.h>
Build SgFunctionParameterTypeList from an expression list, useful when building a function call
[[visibility]]
SgFunctionParameterTypeList*
buildFunctionParameterTypeList(SgExprListExp* expList);
Build SgFunctionParameterTypeList from SgFunctionParameterList
[[visibility]]
SgFunctionParameterTypeList*
buildFunctionParameterTypeList(SgFunctionParameterList* paralist);
Build an SgFunctionParameterTypeList from SgTypes. To build an
[[visibility]]
SgFunctionParameterTypeList*
buildFunctionParameterTypeList(
SgType* type0 = NULL,
SgType* type1 = NULL,
SgType* type2 = NULL,
SgType* type3 = NULL,
SgType* type4 = NULL,
SgType* type5 = NULL,
SgType* type6 = NULL,
SgType* type7 = NULL);
Created with MrDocs