Lines Matching refs:getCounter

123   const Counter &getCounter() const { return Count; }  in getCounter()  function in __anon8c3eb65b0211::SourceMappingRegion
435 Region.getCounter(), *CovFileID, SR.LineStart, SR.ColumnStart, in emitSourceRegions()
439 Region.getCounter(), Region.getFalseCounter(), *CovFileID, in emitSourceRegions()
443 Region.getCounter(), *CovFileID, SR.LineStart, SR.ColumnStart, in emitSourceRegions()
570 return Counter::getCounter(CounterMap[S]); in getRegionCounter()
629 SourceRegions.emplace_back(Region.getCounter(), NestedLoc, in popRegions()
649 SourceRegions.emplace_back(Region.getCounter(), StartLoc, in popRegions()
694 Counter ExitCount = getRegion().getCounter(); in propagateCounts()
812 ParentCounter = I.getCounter(); in handleFileExit()
822 SourceRegions.emplace_back(I.getCounter(), I.getFalseCounter(), Loc, in handleFileExit()
825 SourceRegions.emplace_back(I.getCounter(), Loc, in handleFileExit()
1050 BreakContinueStack.back().BreakCount, getRegion().getCounter()); in VisitBreakStmt()
1059 BreakContinueStack.back().ContinueCount, getRegion().getCounter()); in VisitContinueStmt()
1076 Counter ParentCount = getRegion().getCounter(); in VisitWhileStmt()
1116 Counter ParentCount = getRegion().getCounter(); in VisitDoStmt()
1151 Counter ParentCount = getRegion().getCounter(); in VisitForStmt()
1210 Counter ParentCount = getRegion().getCounter(); in VisitCXXForRangeStmt()
1246 Counter ParentCount = getRegion().getCounter(); in VisitObjCForCollectionStmt()
1304 Counter ParentCount = getRegion().getCounter(); in VisitSwitchStmt()
1343 Counter Count = addCounters(Parent.getCounter(), getRegionCounter(S)); in VisitSwitchCase()
1370 Counter ParentCount = getRegion().getCounter(); in VisitIfStmt()
1417 Counter ParentCount = getRegion().getCounter(); in VisitCXXTryStmt()
1434 Counter ParentCount = getRegion().getCounter(); in VisitAbstractConditionalOperator()
1461 propagateCounts(getRegion().getCounter(), E->getLHS()); in VisitBinLAnd()
1475 Counter ParentCnt = getRegion().getCounter(); in VisitBinLAnd()
1488 propagateCounts(getRegion().getCounter(), E->getLHS()); in VisitBinLOr()
1502 Counter ParentCnt = getRegion().getCounter(); in VisitBinLOr()