Lines Matching full:getend

81       SourceMgr.isWrittenInSameFile(SkippedRanges.back().Range.getEnd(),  in AddSkippedRange()
83 SkippedRanges.back().Range.setEnd(Range.getEnd()); in AddSkippedRange()
317 EndLoc = ExpansionRange.getEnd(); in getNonScratchExpansionLoc()
359 SourceLocation getEnd(const Stmt *S) { in getEnd() function in __anon413222f00211::CoverageMappingBuilder
481 auto LocEnd = Range.getEnd(); in gatherSkippedRegions()
619 SourceLocation End = getEnd(Body); in VisitDecl()
1124 SourceLocation EndLoc = getEnd(S); in propagateCounts()
1176 pushRegion(TrueCnt, getStart(C), getEnd(C), FalseCnt, BranchParams));
1185 popRegions(pushRegion(DecisionParams, getStart(C), getEnd(C))); in createDecisionRegion()
1316 SourceLocation EndLoc = getEnd(S); in terminateRegion()
1440 const auto EndLoc = Skipped->getEnd(); in markSkipped()
1494 auto Gap = findGapAreaBetween(getEnd(LastStmt), getStart(Child)); in VisitStmt()
1496 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), in VisitStmt()
1506 handleFileExit(getEnd(S)); in VisitStmt()
1538 if (getStart(Init).isValid() && getEnd(Init).isValid()) in VisitDecl()
1645 adjustForOutOfOrderTraversal(getEnd(S)); in VisitWhileStmt()
1650 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount); in VisitWhileStmt()
1765 adjustForOutOfOrderTraversal(getEnd(S)); in VisitForStmt()
1771 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount); in VisitForStmt()
1812 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount); in VisitCXXForRangeStmt()
1851 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount); in VisitObjCForCollectionStmt()
1886 RegionStack[i - 1].setEndLoc(getEnd(CS->body_back())); in VisitSwitchStmt()
1901 SourceLocation ExitLoc = getEnd(S); in VisitSwitchStmt()
1986 markSkipped(getEnd(Then), getEnd(Else)); in coverIfConsteval()
1991 markSkipped(S->getIfLoc(), Else ? getStart(Else) : getEnd(Then)); in coverIfConsteval()
2018 const auto end = getEnd(Init); in coverIfConstexpr()
2025 startOfSkipped = getEnd(Init); in coverIfConstexpr()
2039 markSkipped(getEnd(Then), getEnd(Else)); in coverIfConstexpr()
2042 markSkipped(startOfSkipped, Else ? getStart(Else) : getEnd(Then)); in coverIfConstexpr()
2081 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), ThenCount); in VisitIfStmt()
2091 findGapAreaBetween(getEnd(S->getThen()), getStart(Else)); in VisitIfStmt()
2093 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), ElseCount); in VisitIfStmt()
2157 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), TrueCount); in VisitAbstractConditionalOperator()
2267 handleFileExit(getEnd(E->getLHS())); in VisitBinLAnd()
2328 handleFileExit(getEnd(E->getLHS())); in VisitBinLOr()