Lines Matching refs:getCounter
62 const Counter &getCounter() const { return Count; } in getCounter() function in __anonc2ccc9df0111::SourceMappingRegion
343 Region.getCounter(), *CovFileID, SR.LineStart, SR.ColumnStart, in emitSourceRegions()
347 Region.getCounter(), *CovFileID, SR.LineStart, SR.ColumnStart, in emitSourceRegions()
475 return Counter::getCounter(CounterMap[S]); in getRegionCounter()
590 SourceRegions.emplace_back(Region.getCounter(), NestedLoc, EndLoc); in popRegions()
604 SourceRegions.emplace_back(Region.getCounter(), StartLoc, NestedLoc); in popRegions()
668 Counter ExitCount = getRegion().getCounter(); in propagateCounts()
739 ParentCounter = I.getCounter(); in handleFileExit()
748 SourceRegions.emplace_back(I.getCounter(), Loc, in handleFileExit()
783 completeDeferred(Region.getCounter(), StartLoc); in extendRegion()
928 BreakContinueStack.back().BreakCount, getRegion().getCounter()); in VisitBreakStmt()
937 BreakContinueStack.back().ContinueCount, getRegion().getCounter()); in VisitContinueStmt()
954 Counter ParentCount = getRegion().getCounter(); in VisitWhileStmt()
983 Counter ParentCount = getRegion().getCounter(); in VisitDoStmt()
1006 Counter ParentCount = getRegion().getCounter(); in VisitForStmt()
1055 Counter ParentCount = getRegion().getCounter(); in VisitCXXForRangeStmt()
1081 Counter ParentCount = getRegion().getCounter(); in VisitObjCForCollectionStmt()
1154 Counter Count = addCounters(Parent.getCounter(), getRegionCounter(S)); in VisitSwitchCase()
1179 Counter ParentCount = getRegion().getCounter(); in VisitIfStmt()
1214 Counter ParentCount = getRegion().getCounter(); in VisitCXXTryStmt()
1231 Counter ParentCount = getRegion().getCounter(); in VisitAbstractConditionalOperator()
1254 propagateCounts(getRegion().getCounter(), E->getLHS()); in VisitBinLAnd()
1263 propagateCounts(getRegion().getCounter(), E->getLHS()); in VisitBinLOr()