Lines Matching defs:GapRegion
125 bool GapRegion;
134 bool GapRegion = false)
135 : Count(Count), LocStart(LocStart), LocEnd(LocEnd), GapRegion(GapRegion),
142 bool GapRegion = false)
144 LocStart(LocStart), LocEnd(LocEnd), GapRegion(GapRegion),
151 GapRegion(false), SkippedRegion(false) {}
183 bool isGap() const { return GapRegion; }
185 void setGap(bool Gap) { GapRegion = Gap; }
2398 case CounterMappingRegion::GapRegion: