Variable TokenStructure.line

1-based line number at which the start of this token occurs.

struct TokenStructure
{
  // ...
  size_t line ;
  // ...
}