SageBuilder::buildDefiningFunctionDeclaration
Synopsis
Declared in <SageIII/sageInterface/sageBuilder.h>
[[visibility]]
SgFunctionDeclaration*
buildDefiningFunctionDeclaration(
SgName const& name,
SgType* return_type,
SgFunctionParameterList* parameter_list,
SgScopeStatement* scope = NULL,
bool forceFreeFunctionScope = false);
Created with MrDocs