Skip to content

ASTtools::moveBeforePreprocInfo

Moves 'before' preprocessing information.

Synopsis

Declared in <src/midend/programTransformation/astOutlining/PreprocessingInfo.hh>

void
moveBeforePreprocInfo(
    SgStatement* src,
    SgStatement* dest);

Description

Moves all preprocessing information attached 'before' the source statement to the front of the destination statement.

Parameters

Name

Description

src

This class represents the notion of a statement.

dest

This class represents the notion of a statement.

Created with MrDocs