Lines Matching refs:getCounter
126 const Counter &getCounter() const { return Count; } in getCounter() function in __anond4b6e5a70211::SourceMappingRegion
445 Region.getCounter(), *CovFileID, SR.LineStart, SR.ColumnStart, in emitSourceRegions()
449 Region.getCounter(), Region.getFalseCounter(), *CovFileID, in emitSourceRegions()
453 Region.getCounter(), *CovFileID, SR.LineStart, SR.ColumnStart, in emitSourceRegions()
581 return Counter::getCounter(CounterMap[S]); in getRegionCounter()
641 SourceRegions.emplace_back(Region.getCounter(), NestedLoc, in popRegions()
661 SourceRegions.emplace_back(Region.getCounter(), StartLoc, in popRegions()
706 Counter ExitCount = getRegion().getCounter(); in propagateCounts()
822 ParentCounter = I.getCounter(); in handleFileExit()
832 SourceRegions.emplace_back(I.getCounter(), I.getFalseCounter(), Loc, in handleFileExit()
835 SourceRegions.emplace_back(I.getCounter(), Loc, in handleFileExit()
1060 BreakContinueStack.back().BreakCount, getRegion().getCounter()); in VisitBreakStmt()
1069 BreakContinueStack.back().ContinueCount, getRegion().getCounter()); in VisitContinueStmt()
1086 Counter ParentCount = getRegion().getCounter(); in VisitWhileStmt()
1126 Counter ParentCount = getRegion().getCounter(); in VisitDoStmt()
1161 Counter ParentCount = getRegion().getCounter(); in VisitForStmt()
1220 Counter ParentCount = getRegion().getCounter(); in VisitCXXForRangeStmt()
1256 Counter ParentCount = getRegion().getCounter(); in VisitObjCForCollectionStmt()
1314 Counter ParentCount = getRegion().getCounter(); in VisitSwitchStmt()
1358 Counter Count = addCounters(Parent.getCounter(), getRegionCounter(S)); in VisitSwitchCase()
1386 Counter ParentCount = getRegion().getCounter(); in VisitIfStmt()
1438 Counter ParentCount = getRegion().getCounter(); in VisitCXXTryStmt()
1455 Counter ParentCount = getRegion().getCounter(); in VisitAbstractConditionalOperator()
1482 propagateCounts(getRegion().getCounter(), E->getLHS()); in VisitBinLAnd()
1496 Counter ParentCnt = getRegion().getCounter(); in VisitBinLAnd()
1509 propagateCounts(getRegion().getCounter(), E->getLHS()); in VisitBinLOr()
1523 Counter ParentCnt = getRegion().getCounter(); in VisitBinLOr()