Skip to content

SgNodeHelper::lineColumnAndSourceCodeToString

returns line, column, and unparsed node in one string.

Synopsis

Declared in <src/midend/abstractLayer/SgNodeHelper.h>

std::string
lineColumnAndSourceCodeToString(SgNode* node);

Parameters

Name

Description

node

This class represents the base class for all IR nodes within Sage III.

Created with MrDocs