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);