Skip to content

SageBuilder::buildDeleteExp

Build a delete statement

Synopses

Declared in <SageIII/sageInterface/sageBuilder.h>

Build a delete statement

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

Created with MrDocs