Variable SourceLocation.fileName

struct SourceLocation
{
  // ...
  string fileName ;
  // ...
}