Skip to content

SageBuilder::buildActualArgumentExpression

Build an Actual Argument Expression

Synopsis

Declared in <SageIII/sageInterface/sageBuilder.h>

[[visibility]]
SgActualArgumentExpression*
buildActualArgumentExpression(
    SgName arg_name,
    SgExpression* arg);

Parameters

Name

Description

arg_name

This class represents strings within the IR nodes.

arg

This class represents the notion of an expression. Expressions

Created with MrDocs