Lines Matching refs:getEnd
66 SourceMgr.isWrittenInSameFile(SkippedRanges.back().Range.getEnd(), in AddSkippedRange()
68 SkippedRanges.back().Range.setEnd(Range.getEnd()); in AddSkippedRange()
278 SourceLocation getEnd(const Stmt *S) { in getEnd() function in __anon8c3eb65b0211::CoverageMappingBuilder
378 auto LocEnd = Range.getEnd(); in gatherSkippedRegions()
491 SourceLocation End = getEnd(Body); in VisitDecl()
690 SourceLocation EndLoc = getEnd(S); in propagateCounts()
732 popRegions(pushRegion(Counter::getZero(), getStart(C), getEnd(C), in createBranchRegion()
736 popRegions(pushRegion(TrueCnt, getStart(C), getEnd(C), FalseCnt)); in createBranchRegion()
866 SourceLocation EndLoc = getEnd(S); in terminateRegion()
975 auto Gap = findGapAreaBetween(getEnd(LastStmt), getStart(Child)); in VisitStmt()
977 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), in VisitStmt()
987 handleFileExit(getEnd(S)); in VisitStmt()
1092 adjustForOutOfOrderTraversal(getEnd(S)); in VisitWhileStmt()
1097 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount); in VisitWhileStmt()
1181 adjustForOutOfOrderTraversal(getEnd(S)); in VisitForStmt()
1187 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount); in VisitForStmt()
1224 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount); in VisitCXXForRangeStmt()
1257 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount); in VisitObjCForCollectionStmt()
1291 RegionStack[i - 1].setEndLoc(getEnd(CS->body_back())); in VisitSwitchStmt()
1306 SourceLocation ExitLoc = getEnd(S); in VisitSwitchStmt()
1380 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), ThenCount); in VisitIfStmt()
1391 Gap = findGapAreaBetween(getEnd(S->getThen()), getStart(Else)); in VisitIfStmt()
1393 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), ElseCount); in VisitIfStmt()
1444 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), TrueCount); in VisitAbstractConditionalOperator()
1462 handleFileExit(getEnd(E->getLHS())); in VisitBinLAnd()
1489 handleFileExit(getEnd(E->getLHS())); in VisitBinLOr()