empty constant
SourceRange
const empty
An empty source range (a range with offset 0 and length 0).
Implementation
static const SourceRange empty = SourceRange(0, 0);
An empty source range (a range with offset 0 and length 0).
static const SourceRange empty = SourceRange(0, 0);