Skip to content

SageBuilder::buildFunctionParameterTypeList

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

Synopsis

Declared in <SageIII/sageInterface/sageBuilder.h>

[[visibility]]
SgFunctionParameterTypeList*
buildFunctionParameterTypeList(SgExprListExp* expList);

Parameters

Name

Description

expList

This class represents the concept of a C and C++ expression list.

Created with MrDocs