Skip to content

SageBuilder::buildFunctionType

Build function type from return type and parameter type list

Synopsis

Declared in <SageIII/sageInterface/sageBuilder.h>

[[visibility]]
SgFunctionType*
buildFunctionType(
    SgType* return_type,
    SgFunctionParameterTypeList* typeList = nullptr);

Return Value

This class represents a type for all functions.

Parameters

Name

Description

return_type

This class represents the base class for all types.

Created with MrDocs