FileLocation.line

1-based line number and column byte offset

  1. int line;
    struct FileLocation
    int line;
  2. int column;

Meta