Skip to content

SageBuilder::buildFunctionParameterTypeList

buildFunctionParameterTypeList overloads

Synopses

Declared in <SageIII/sageInterface/sageBuilder.h>

Build SgFunctionParameterTypeList from an expression list, useful when building a function call

Build SgFunctionParameterTypeList from SgFunctionParameterList

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