Skip to content

ASTtools::moveUpPreprocInfo

Moves preprocessingInfo of stmt2 to stmt1.

Synopsis

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

void
moveUpPreprocInfo(
    SgStatement* stmt1,
    SgStatement* stmt2);

Parameters

Name

Description

stmt1

This class represents the notion of a statement.

stmt2

This class represents the notion of a statement.

Created with MrDocs