Lines Matching defs:parent
96 // to parent and sibling blocks), and supports efficient in-place editing and
188 // A range is considered to be at top level if its parent range is the
245 // ranges that end at the next sibling range or the end of the parent
252 CoverageBlock& parent = iter.GetParent();
259 // end of the parent block otherwise.
266 block.end = parent.end - 1;
268 block.end = parent.end;
297 CoverageBlock& parent = iter.GetParent();
299 if (parent.count == block.count) {
360 CoverageBlock& parent = iter.GetParent();
361 if (block.count == 0 && parent.count == 0) iter.DeleteBlock();
464 // Filter out ranges with count == 0 unless the immediate parent range has
722 // Only include a function range if itself or its parent function is