ASTtools::isPositionAfter
Returns true if info is positioned after its statement.
Synopsis
Declared in <src/midend/programTransformation/astOutlining/PreprocessingInfo.hh>
bool
isPositionAfter(PreprocessingInfo const* info);
Return Value
true if info is positioned after its statement.
Parameters
Name |
Description |
info |
For preprocessing information including source comments, include , if, define, etc |
Created with MrDocs