Skip to content

SageBuilder::buildFunctionType

buildFunctionType overloads

Synopses

Declared in <SageIII/sageInterface/sageBuilder.h>

Build function type from return type and parameter list

[[visibility]]
SgFunctionType*
buildFunctionType(
    SgType* return_type,
    SgFunctionParameterList* argList = nullptr);

Build function type from return type and parameter type list

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

Created with MrDocs