Skip to content

SgNodeHelper::sourceFilenameLineColumnToString

returns filename+line+column information of AST fragment in format "filename:line:column". Used for generating readable output

Synopsis

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

std::string
sourceFilenameLineColumnToString(SgNode* node);

Parameters

Name

Description

node

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

Created with MrDocs