Lines Matching refs:getCounter
156 const Counter &getCounter() const { return Count; } in getCounter() function in __anon413222f00211::SourceMappingRegion
556 Region.getCounter(), *CovFileID, SR.LineStart, SR.ColumnStart, in emitSourceRegions()
564 Region.getCounter(), Region.getFalseCounter(), *CovFileID, in emitSourceRegions()
573 Region.getCounter(), *CovFileID, SR.LineStart, SR.ColumnStart, in emitSourceRegions()
941 return Counter::getCounter(CounterMap[S]); in getRegionCounter()
1025 SourceRegions.emplace_back(Region.getCounter(), NestedLoc, in popRegions()
1045 SourceRegions.emplace_back(Region.getCounter(), StartLoc, in popRegions()
1090 Counter ExitCount = getRegion().getCounter(); in propagateCounts()
1224 ParentCounter = I.getCounter(); in handleFileExit()
1234 SourceRegions.emplace_back(I.getCounter(), I.getFalseCounter(), in handleFileExit()
1238 SourceRegions.emplace_back(I.getCounter(), Loc, in handleFileExit()
1549 BreakContinueStack.back().BreakCount, getRegion().getCounter()); in VisitBreakStmt()
1559 BreakContinueStack.back().ContinueCount, getRegion().getCounter()); in VisitContinueStmt()
1576 Counter ParentCount = getRegion().getCounter(); in VisitWhileStmt()
1625 Counter ParentCount = getRegion().getCounter(); in VisitDoStmt()
1674 Counter ParentCount = getRegion().getCounter(); in VisitForStmt()
1748 Counter ParentCount = getRegion().getCounter(); in VisitCXXForRangeStmt()
1792 Counter ParentCount = getRegion().getCounter(); in VisitObjCForCollectionStmt()
1850 Counter ParentCount = getRegion().getCounter(); in VisitSwitchStmt()
1900 : addCounters(Parent.getCounter(), getRegionCounter(S)); in VisitSwitchCase()
1928 const Counter ParentCount = getRegion().getCounter(); in coverIfConsteval()
1964 const Counter ParentCount = getRegion().getCounter(); in coverIfConstexpr()
2018 Counter ParentCount = getRegion().getCounter(); in VisitIfStmt()
2080 Counter ParentCount = getRegion().getCounter(); in VisitCXXTryStmt()
2097 Counter ParentCount = getRegion().getCounter(); in VisitAbstractConditionalOperator()
2226 propagateCounts(getRegion().getCounter(), E->getLHS()); in VisitBinLAnd()
2246 Counter ParentCnt = getRegion().getCounter(); in VisitBinLAnd()
2287 Counter OutCount = propagateCounts(getRegion().getCounter(), E->getLHS()); in VisitBinLOr()
2311 Counter ParentCnt = getRegion().getCounter(); in VisitBinLOr()