checkPhysicalSourcePosition
Checks whether the physical source position information is consistant in the Sg_File_Info object
Synopsis
Declared in <SageIII/astPostProcessing/checkPhysicalSourcePosition.h>
size_t
checkPhysicalSourcePosition(SgNode* ast);
Description
New to the legacy frontend 4x work, we now record the logical and physical source position information.
Parameters
Name |
Description |
ast |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs