ASTtools::moveAfterPreprocInfo
Moves 'after' preprocessing information.
Synopsis
Declared in <src/midend/programTransformation/astOutlining/PreprocessingInfo.hh>
void
moveAfterPreprocInfo(
SgStatement* src,
SgStatement* dest);
Description
Moves all preprocessing information attached 'after' the source statement to the end 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