Struct Location
Represents the location of an entity within the source file.
struct Location
;
Fields
Name | Type | Description |
---|---|---|
file
|
string | Name of the source file |
line
|
int | Zero based line index within the file |