Skip to content

SageInterface::moveStatementsBetweenBlocks

Move statements between C++ namespace's definitions

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

[[visibility]]
void
moveStatementsBetweenBlocks(
    SgNamespaceDefinitionStatement* sourceBlock,
    SgNamespaceDefinitionStatement* targetBlock);

Parameters

Name

Description

sourceBlock

This class represents the concept of a namespace definition.

targetBlock

This class represents the concept of a namespace definition.

Created with MrDocs