Lines Matching defs:getEnd

83       SourceMgr.isWrittenInSameFile(SkippedRanges.back().Range.getEnd(),
85 SkippedRanges.back().Range.setEnd(Range.getEnd());
319 EndLoc = ExpansionRange.getEnd();
361 SourceLocation getEnd(const Stmt *S) {
483 auto LocEnd = Range.getEnd();
621 SourceLocation End = getEnd(Body);
1086 SourceLocation EndLoc = getEnd(S);
1137 popRegions(pushRegion(Counter::getZero(), getStart(C), getEnd(C),
1141 popRegions(pushRegion(TrueCnt, getStart(C), getEnd(C), FalseCnt,
1151 popRegions(pushRegion(DecisionParams, getStart(C), getEnd(C)));
1279 SourceLocation EndLoc = getEnd(S);
1403 const auto EndLoc = Skipped->getEnd();
1457 auto Gap = findGapAreaBetween(getEnd(LastStmt), getStart(Child));
1459 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(),
1469 handleFileExit(getEnd(S));
1493 if (getStart(Init).isValid() && getEnd(Init).isValid())
1596 adjustForOutOfOrderTraversal(getEnd(S));
1601 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount);
1715 adjustForOutOfOrderTraversal(getEnd(S));
1721 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount);
1764 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount);
1803 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount);
1837 RegionStack[i - 1].setEndLoc(getEnd(CS->body_back()));
1852 SourceLocation ExitLoc = getEnd(S);
1939 markSkipped(getEnd(Then), getEnd(Else));
1944 markSkipped(S->getIfLoc(), Else ? getStart(Else) : getEnd(Then));
1971 const auto end = getEnd(Init);
1978 startOfSkipped = getEnd(Init);
1992 markSkipped(getEnd(Then), getEnd(Else));
1995 markSkipped(startOfSkipped, Else ? getStart(Else) : getEnd(Then));
2031 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), ThenCount);
2047 findGapAreaBetween(getEnd(S->getThen()), getStart(Else));
2049 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), ElseCount);
2112 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), TrueCount);
2227 handleFileExit(getEnd(E->getLHS()));
2288 handleFileExit(getEnd(E->getLHS()));