FileLocation

Returned by find-symbol

struct FileLocation {}

Members

Variables

column
int column;

1-based line number and column byte offset

file
string file;
line
int line;

1-based line number and column byte offset

Meta