SourceLocation constructor

SourceLocation(
  1. FoundFile file,
  2. int offset
)

Implementation

SourceLocation(this.file, this.offset);