Lines Matching defs:Gap
188 void setGap(bool Gap) { GapRegion = Gap; }
913 /// Gap region counter after terminate statement.
1457 auto Gap = findGapAreaBetween(getEnd(LastStmt), getStart(Child));
1458 if (Gap)
1459 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(),
1599 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody()));
1600 if (Gap)
1601 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount);
1719 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody()));
1720 if (Gap)
1721 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount);
1762 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody()));
1763 if (Gap)
1764 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount);
1801 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody()));
1802 if (Gap)
1803 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount);
2028 std::optional<SourceRange> Gap =
2030 if (Gap)
2031 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), ThenCount);
2046 std::optional<SourceRange> Gap =
2048 if (Gap)
2049 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), ElseCount);
2109 auto Gap =
2111 if (Gap)
2112 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), TrueCount);
2367 OS << "Gap,";