Lines Matching refs:getEnd
67 SourceMgr.isWrittenInSameFile(SkippedRanges.back().Range.getEnd(), in AddSkippedRange()
69 SkippedRanges.back().Range.setEnd(Range.getEnd()); in AddSkippedRange()
279 SourceLocation getEnd(const Stmt *S) { in getEnd() function in __anon8934bc200211::CoverageMappingBuilder
381 auto LocEnd = Range.getEnd(); in gatherSkippedRegions()
499 SourceLocation End = getEnd(Body); in VisitDecl()
699 SourceLocation EndLoc = getEnd(S); in propagateCounts()
741 popRegions(pushRegion(Counter::getZero(), getStart(C), getEnd(C), in createBranchRegion()
745 popRegions(pushRegion(TrueCnt, getStart(C), getEnd(C), FalseCnt)); in createBranchRegion()
873 SourceLocation EndLoc = getEnd(S); in terminateRegion()
982 auto Gap = findGapAreaBetween(getEnd(LastStmt), getStart(Child)); in VisitStmt()
984 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), in VisitStmt()
994 handleFileExit(getEnd(S)); in VisitStmt()
1099 adjustForOutOfOrderTraversal(getEnd(S)); in VisitWhileStmt()
1104 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount); in VisitWhileStmt()
1188 adjustForOutOfOrderTraversal(getEnd(S)); in VisitForStmt()
1194 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount); in VisitForStmt()
1231 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount); in VisitCXXForRangeStmt()
1264 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount); in VisitObjCForCollectionStmt()
1298 RegionStack[i - 1].setEndLoc(getEnd(CS->body_back())); in VisitSwitchStmt()
1313 SourceLocation ExitLoc = getEnd(S); in VisitSwitchStmt()
1395 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), ThenCount); in VisitIfStmt()
1407 findGapAreaBetween(getEnd(S->getThen()), getStart(Else)); in VisitIfStmt()
1409 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), ElseCount); in VisitIfStmt()
1462 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), TrueCount); in VisitAbstractConditionalOperator()
1480 handleFileExit(getEnd(E->getLHS())); in VisitBinLAnd()
1507 handleFileExit(getEnd(E->getLHS())); in VisitBinLOr()