Lines Matching refs:getCounter

124   const Counter &getCounter() const { return Count; }  in getCounter()  function in __anon8934bc200211::SourceMappingRegion
443 Region.getCounter(), *CovFileID, SR.LineStart, SR.ColumnStart, in emitSourceRegions()
447 Region.getCounter(), Region.getFalseCounter(), *CovFileID, in emitSourceRegions()
451 Region.getCounter(), *CovFileID, SR.LineStart, SR.ColumnStart, in emitSourceRegions()
579 return Counter::getCounter(CounterMap[S]); in getRegionCounter()
638 SourceRegions.emplace_back(Region.getCounter(), NestedLoc, in popRegions()
658 SourceRegions.emplace_back(Region.getCounter(), StartLoc, in popRegions()
703 Counter ExitCount = getRegion().getCounter(); in propagateCounts()
819 ParentCounter = I.getCounter(); in handleFileExit()
829 SourceRegions.emplace_back(I.getCounter(), I.getFalseCounter(), Loc, in handleFileExit()
832 SourceRegions.emplace_back(I.getCounter(), Loc, in handleFileExit()
1057 BreakContinueStack.back().BreakCount, getRegion().getCounter()); in VisitBreakStmt()
1066 BreakContinueStack.back().ContinueCount, getRegion().getCounter()); in VisitContinueStmt()
1083 Counter ParentCount = getRegion().getCounter(); in VisitWhileStmt()
1123 Counter ParentCount = getRegion().getCounter(); in VisitDoStmt()
1158 Counter ParentCount = getRegion().getCounter(); in VisitForStmt()
1217 Counter ParentCount = getRegion().getCounter(); in VisitCXXForRangeStmt()
1253 Counter ParentCount = getRegion().getCounter(); in VisitObjCForCollectionStmt()
1311 Counter ParentCount = getRegion().getCounter(); in VisitSwitchStmt()
1355 Counter Count = addCounters(Parent.getCounter(), getRegionCounter(S)); in VisitSwitchCase()
1383 Counter ParentCount = getRegion().getCounter(); in VisitIfStmt()
1435 Counter ParentCount = getRegion().getCounter(); in VisitCXXTryStmt()
1452 Counter ParentCount = getRegion().getCounter(); in VisitAbstractConditionalOperator()
1479 propagateCounts(getRegion().getCounter(), E->getLHS()); in VisitBinLAnd()
1493 Counter ParentCnt = getRegion().getCounter(); in VisitBinLAnd()
1506 propagateCounts(getRegion().getCounter(), E->getLHS()); in VisitBinLOr()
1520 Counter ParentCnt = getRegion().getCounter(); in VisitBinLOr()