Location

Represents the location of an entity within the source file.

struct Location {}

Members

Variables

file
string file;

Name of the source file

line
int line;

Zero based line index within the file

Meta