Skip to content

SgNodeHelper::LineColPair

Functions for simplifying access to SgNode information

Synopsis

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

typedef std::pair<int, int> LineColPair;

Description

A collection of functions which simplify access to SgNode information. All functions are side‐effect free and do not store any data. All data is returned as pointer to data which already existed before calling this function or it is returned by value.

Created with MrDocs