Lines Matching defs:GapRegion
128 bool GapRegion;
137 bool GapRegion = false)
138 : Count(Count), LocStart(LocStart), LocEnd(LocEnd), GapRegion(GapRegion),
145 bool GapRegion = false)
147 LocStart(LocStart), LocEnd(LocEnd), GapRegion(GapRegion),
154 GapRegion(false), SkippedRegion(false) {}
186 bool isGap() const { return GapRegion; }
188 void setGap(bool Gap) { GapRegion = Gap; }
2366 case CounterMappingRegion::GapRegion: