Skip to content

SageBuilder::buildDeleteExp

Build a delete statement

Synopsis

Declared in <SageIII/sageInterface/sageBuilder.h>

[[visibility]]
SgDeleteExp*
buildDeleteExp(
    SgExpression* target,
    bool is_array = false,
    bool need_global_specifier = false,
    SgFunctionDeclaration* deleteOperatorDeclaration = NULL);

Return Value

This class represents the concept of a C++ call to the delete operator.

Parameters

Name

Description

target

This class represents the notion of an expression. Expressions

deleteOperatorDeclaration

This class represents the concept of a function declaration statement.

Created with MrDocs