Lines Matching refs:getRegion
996 SourceMappingRegion &getRegion() { in getRegion() function
1010 Counter ExitCount = getRegion().getCounter(); in propagateCounts()
1103 if (getRegion().hasEndLoc() && in adjustForOutOfOrderTraversal()
1106 MostRecentLocation, getRegion().isBranch())) in adjustForOutOfOrderTraversal()
1188 SourceMappingRegion &Region = getRegion(); in extendRegion()
1199 SourceMappingRegion &Region = getRegion(); in terminateRegion()
1268 getRegion().setGap(true); in fillGapAreaWithCount()
1331 getRegion().setSkipped(true); in markSkipped()
1468 BreakContinueStack.back().BreakCount, getRegion().getCounter()); in VisitBreakStmt()
1477 BreakContinueStack.back().ContinueCount, getRegion().getCounter()); in VisitContinueStmt()
1494 Counter ParentCount = getRegion().getCounter(); in VisitWhileStmt()
1534 Counter ParentCount = getRegion().getCounter(); in VisitDoStmt()
1569 Counter ParentCount = getRegion().getCounter(); in VisitForStmt()
1628 Counter ParentCount = getRegion().getCounter(); in VisitCXXForRangeStmt()
1664 Counter ParentCount = getRegion().getCounter(); in VisitObjCForCollectionStmt()
1703 getRegion().setGap(true); in VisitSwitchStmt()
1722 Counter ParentCount = getRegion().getCounter(); in VisitSwitchStmt()
1764 SourceMappingRegion &Parent = getRegion(); in VisitSwitchCase()
1793 const Counter ParentCount = getRegion().getCounter(); in coverIfConsteval()
1829 const Counter ParentCount = getRegion().getCounter(); in coverIfConstexpr()
1883 Counter ParentCount = getRegion().getCounter(); in VisitIfStmt()
1931 Counter ParentCount = getRegion().getCounter(); in VisitCXXTryStmt()
1948 Counter ParentCount = getRegion().getCounter(); in VisitAbstractConditionalOperator()
1987 propagateCounts(getRegion().getCounter(), E->getLHS()); in VisitBinLAnd()
2012 Counter ParentCnt = getRegion().getCounter(); in VisitBinLAnd()
2040 Counter OutCount = propagateCounts(getRegion().getCounter(), E->getLHS()); in VisitBinLOr()
2069 Counter ParentCnt = getRegion().getCounter(); in VisitBinLOr()