Lines Matching refs:getEnd

72       SourceMgr.isWrittenInSameFile(SkippedRanges.back().Range.getEnd(),  in AddSkippedRange()
74 SkippedRanges.back().Range.setEnd(Range.getEnd()); in AddSkippedRange()
311 SourceLocation getEnd(const Stmt *S) { in getEnd() function in __anonc2c3cfe60211::CoverageMappingBuilder
414 auto LocEnd = Range.getEnd(); in gatherSkippedRegions()
543 SourceLocation End = getEnd(Body); in VisitDecl()
1006 SourceLocation EndLoc = getEnd(S); in propagateCounts()
1056 popRegions(pushRegion(Counter::getZero(), getStart(C), getEnd(C), in createBranchRegion()
1060 popRegions(pushRegion(TrueCnt, getStart(C), getEnd(C), FalseCnt, ID, in createBranchRegion()
1069 popRegions(pushRegion(BitmapIdx, Conds, getStart(C), getEnd(C))); in createDecisionRegion()
1200 SourceLocation EndLoc = getEnd(S); in terminateRegion()
1324 const auto EndLoc = Skipped->getEnd(); in markSkipped()
1381 auto Gap = findGapAreaBetween(getEnd(LastStmt), getStart(Child)); in VisitStmt()
1383 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), in VisitStmt()
1393 handleFileExit(getEnd(S)); in VisitStmt()
1417 if (getStart(Init).isValid() && getEnd(Init).isValid()) in VisitDecl()
1510 adjustForOutOfOrderTraversal(getEnd(S)); in VisitWhileStmt()
1515 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount); in VisitWhileStmt()
1599 adjustForOutOfOrderTraversal(getEnd(S)); in VisitForStmt()
1605 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount); in VisitForStmt()
1642 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount); in VisitCXXForRangeStmt()
1675 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount); in VisitObjCForCollectionStmt()
1709 RegionStack[i - 1].setEndLoc(getEnd(CS->body_back())); in VisitSwitchStmt()
1724 SourceLocation ExitLoc = getEnd(S); in VisitSwitchStmt()
1804 markSkipped(getEnd(Then), getEnd(Else)); in coverIfConsteval()
1809 markSkipped(S->getIfLoc(), Else ? getStart(Else) : getEnd(Then)); in coverIfConsteval()
1836 const auto end = getEnd(Init); in coverIfConstexpr()
1843 startOfSkipped = getEnd(Init); in coverIfConstexpr()
1857 markSkipped(getEnd(Then), getEnd(Else)); in coverIfConstexpr()
1860 markSkipped(startOfSkipped, Else ? getStart(Else) : getEnd(Then)); in coverIfConstexpr()
1894 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), ThenCount); in VisitIfStmt()
1905 findGapAreaBetween(getEnd(S->getThen()), getStart(Else)); in VisitIfStmt()
1907 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), ElseCount); in VisitIfStmt()
1959 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), TrueCount); in VisitAbstractConditionalOperator()
1988 handleFileExit(getEnd(E->getLHS())); in VisitBinLAnd()
2041 handleFileExit(getEnd(E->getLHS())); in VisitBinLOr()