Lines Matching defs:Gap
185 void setGap(bool Gap) { GapRegion = Gap; }
910 /// Gap region counter after terminate statement.
1493 auto Gap = findGapAreaBetween(getEnd(LastStmt), getStart(Child));
1494 if (Gap)
1495 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(),
1639 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody()));
1640 if (Gap)
1641 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount);
1761 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody()));
1762 if (Gap)
1763 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount);
1802 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody()));
1803 if (Gap)
1804 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount);
1841 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody()));
1842 if (Gap)
1843 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount);
2070 std::optional<SourceRange> Gap =
2072 if (Gap)
2073 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), ThenCount);
2082 std::optional<SourceRange> Gap =
2084 if (Gap)
2085 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), ElseCount);
2146 auto Gap =
2148 if (Gap)
2149 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), TrueCount);
2399 OS << "Gap,";