Skip to content

SageBuilder::buildFunctionParameterTypeList

Build an SgFunctionParameterTypeList from SgTypes. To build an

Synopsis

Declared in <SageIII/sageInterface/sageBuilder.h>

[[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);

Parameters

Name

Description

type0

This class represents the base class for all types.

type1

This class represents the base class for all types.

type2

This class represents the base class for all types.

type3

This class represents the base class for all types.

type4

This class represents the base class for all types.

type5

This class represents the base class for all types.

type6

This class represents the base class for all types.

type7

This class represents the base class for all types.

Created with MrDocs