Skip to content

SageBuilder::buildFunctionRefExp

Build SgFunctionRefExp based on a function's declaration.

Synopsis

Declared in <SageIII/sageInterface/sageBuilder.h>

[[visibility]]
SgFunctionRefExp*
buildFunctionRefExp(SgFunctionDeclaration const* func_decl);

Return Value

This class represents the function being called and must be assembled in the

Parameters

Name

Description

func_decl

This class represents the concept of a function declaration statement.

Created with MrDocs