SgNodeHelper::sourceLineColumnToString
returns filename followed by line, separator, and column in one string. Used for generating readable output.
Synopsis
Declared in <src/midend/abstractLayer/SgNodeHelper.h>
std::string
sourceLineColumnToString(
SgNode* node,
std::string separator);
Parameters
Name |
Description |
node |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs