Skip to content

SgNodeHelper::lineColumnPair

returns a std::pair of line and column number. If no file info exists at this node it returns (‐1,‐1).

Synopsis

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

SgNodeHelper::LineColPair
lineColumnPair(SgNode* node);

Return Value

Functions for simplifying access to SgNode information

Parameters

Name

Description

node

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

Created with MrDocs