Lines Matching refs:getCounter
50 const Counter &getCounter() const { return Count; } in getCounter() function in __anon229160920111::SourceMappingRegion
266 Region.getCounter(), *CovFileID, LineStart, ColumnStart, LineEnd, in emitSourceRegions()
367 return Counter::getCounter(CounterMap[S]); in getRegionCounter()
402 SourceRegions.emplace_back(Region.getCounter(), NestedLoc, EndLoc); in popRegions()
434 Counter ExitCount = getRegion().getCounter(); in propagateCounts()
493 ParentCounter = I.getCounter(); in handleFileExit()
502 SourceRegions.emplace_back(I.getCounter(), Loc, in handleFileExit()
612 BreakContinueStack.back().BreakCount, getRegion().getCounter()); in VisitBreakStmt()
619 BreakContinueStack.back().ContinueCount, getRegion().getCounter()); in VisitContinueStmt()
626 Counter ParentCount = getRegion().getCounter(); in VisitWhileStmt()
650 Counter ParentCount = getRegion().getCounter(); in VisitDoStmt()
673 Counter ParentCount = getRegion().getCounter(); in VisitForStmt()
706 Counter ParentCount = getRegion().getCounter(); in VisitCXXForRangeStmt()
726 Counter ParentCount = getRegion().getCounter(); in VisitObjCForCollectionStmt()
780 Counter Count = addCounters(Parent.getCounter(), getRegionCounter(S)); in VisitSwitchCase()
802 Counter ParentCount = getRegion().getCounter(); in VisitIfStmt()
840 Counter ParentCount = getRegion().getCounter(); in VisitAbstractConditionalOperator()