Skip to content

SageBuilder::buildDeleteExp

Synopsis

Declared in <SageIII/sageInterface/sageBuilder.h>

[[visibility]]
SgDeleteExp*
buildDeleteExp(
    SgExpression* variable,
    short is_array,
    short need_global_specifier,
    SgFunctionDeclaration* deleteOperatorDeclaration);

Created with MrDocs