Skip to content

SageBuilder::buildFunctionParameterList

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

Synopsis

Declared in <SageIII/sageInterface/sageBuilder.h>

[[visibility]]
SgFunctionParameterList*
buildFunctionParameterList(SgFunctionParameterTypeList* paraTypeList);

Return Value

This class represents the concept of a declaration list.

Created with MrDocs