Lines Matching refs:getEnd
83 SourceMgr.isWrittenInSameFile(SkippedRanges.back().Range.getEnd(), in AddSkippedRange()
85 SkippedRanges.back().Range.setEnd(Range.getEnd()); in AddSkippedRange()
319 EndLoc = ExpansionRange.getEnd(); in getNonScratchExpansionLoc()
361 SourceLocation getEnd(const Stmt *S) { in getEnd() function in __anon413222f00211::CoverageMappingBuilder
483 auto LocEnd = Range.getEnd(); in gatherSkippedRegions()
621 SourceLocation End = getEnd(Body); in VisitDecl()
1086 SourceLocation EndLoc = getEnd(S); in propagateCounts()
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))); in createDecisionRegion()
1279 SourceLocation EndLoc = getEnd(S); in terminateRegion()
1403 const auto EndLoc = Skipped->getEnd(); in markSkipped()
1457 auto Gap = findGapAreaBetween(getEnd(LastStmt), getStart(Child)); in VisitStmt()
1459 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), in VisitStmt()
1469 handleFileExit(getEnd(S)); in VisitStmt()
1493 if (getStart(Init).isValid() && getEnd(Init).isValid()) in VisitDecl()
1596 adjustForOutOfOrderTraversal(getEnd(S)); in VisitWhileStmt()
1601 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount); in VisitWhileStmt()
1715 adjustForOutOfOrderTraversal(getEnd(S)); in VisitForStmt()
1721 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount); in VisitForStmt()
1764 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount); in VisitCXXForRangeStmt()
1803 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount); in VisitObjCForCollectionStmt()
1837 RegionStack[i - 1].setEndLoc(getEnd(CS->body_back())); in VisitSwitchStmt()
1852 SourceLocation ExitLoc = getEnd(S); in VisitSwitchStmt()
1939 markSkipped(getEnd(Then), getEnd(Else)); in coverIfConsteval()
1944 markSkipped(S->getIfLoc(), Else ? getStart(Else) : getEnd(Then)); in coverIfConsteval()
1971 const auto end = getEnd(Init); in coverIfConstexpr()
1978 startOfSkipped = getEnd(Init); in coverIfConstexpr()
1992 markSkipped(getEnd(Then), getEnd(Else)); in coverIfConstexpr()
1995 markSkipped(startOfSkipped, Else ? getStart(Else) : getEnd(Then)); in coverIfConstexpr()
2031 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), ThenCount); in VisitIfStmt()
2047 findGapAreaBetween(getEnd(S->getThen()), getStart(Else)); in VisitIfStmt()
2049 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), ElseCount); in VisitIfStmt()
2112 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), TrueCount); in VisitAbstractConditionalOperator()
2227 handleFileExit(getEnd(E->getLHS())); in VisitBinLAnd()
2288 handleFileExit(getEnd(E->getLHS())); in VisitBinLOr()