reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
744 LineSegments(LineSegments), WrappedSegment(WrappedSegment) { 750 for (unsigned I = 0; I < LineSegments.size() && MinRegionCount < 2; ++I) 751 if (isStartOfRegion(LineSegments[I])) 754 bool StartOfSkippedRegion = !LineSegments.empty() && 755 !LineSegments.front()->HasCount && 756 LineSegments.front()->IsRegionEntry; 772 for (const auto *LS : LineSegments)