Lines Matching refs:getCounter

148   const Counter &getCounter() const { return Count; }  in getCounter()  function in __anonc2c3cfe60211::SourceMappingRegion
478 Region.getCounter(), *CovFileID, SR.LineStart, SR.ColumnStart, in emitSourceRegions()
486 Region.getCounter(), Region.getFalseCounter(), in emitSourceRegions()
495 Region.getCounter(), *CovFileID, SR.LineStart, SR.ColumnStart, in emitSourceRegions()
855 return Counter::getCounter(CounterMap[S]); in getRegionCounter()
945 SourceRegions.emplace_back(Region.getCounter(), NestedLoc, in popRegions()
965 SourceRegions.emplace_back(Region.getCounter(), StartLoc, in popRegions()
1010 Counter ExitCount = getRegion().getCounter(); in propagateCounts()
1142 ParentCounter = I.getCounter(); in handleFileExit()
1153 I.getCounter(), I.getFalseCounter(), in handleFileExit()
1159 SourceRegions.emplace_back(I.getCounter(), Loc, in handleFileExit()
1468 BreakContinueStack.back().BreakCount, getRegion().getCounter()); in VisitBreakStmt()
1477 BreakContinueStack.back().ContinueCount, getRegion().getCounter()); in VisitContinueStmt()
1494 Counter ParentCount = getRegion().getCounter(); in VisitWhileStmt()
1534 Counter ParentCount = getRegion().getCounter(); in VisitDoStmt()
1569 Counter ParentCount = getRegion().getCounter(); in VisitForStmt()
1628 Counter ParentCount = getRegion().getCounter(); in VisitCXXForRangeStmt()
1664 Counter ParentCount = getRegion().getCounter(); in VisitObjCForCollectionStmt()
1722 Counter ParentCount = getRegion().getCounter(); in VisitSwitchStmt()
1766 Counter Count = addCounters(Parent.getCounter(), getRegionCounter(S)); in VisitSwitchCase()
1793 const Counter ParentCount = getRegion().getCounter(); in coverIfConsteval()
1829 const Counter ParentCount = getRegion().getCounter(); in coverIfConstexpr()
1883 Counter ParentCount = getRegion().getCounter(); in VisitIfStmt()
1931 Counter ParentCount = getRegion().getCounter(); in VisitCXXTryStmt()
1948 Counter ParentCount = getRegion().getCounter(); in VisitAbstractConditionalOperator()
1987 propagateCounts(getRegion().getCounter(), E->getLHS()); in VisitBinLAnd()
2012 Counter ParentCnt = getRegion().getCounter(); in VisitBinLAnd()
2040 Counter OutCount = propagateCounts(getRegion().getCounter(), E->getLHS()); in VisitBinLOr()
2069 Counter ParentCnt = getRegion().getCounter(); in VisitBinLOr()