Lines Matching refs:end
15 // {end} is 0-based and exclusive.
18 SourceRange(int start, int end) : start(start), end(end) {}
25 int end = kNoSourcePosition) {
26 return that.IsEmpty() ? Empty() : SourceRange(that.end, end);
40 int32_t start, end;
44 // macro is not undefined at the end of this file.
395 if (it == map_.end()) return nullptr;