Lines Matching refs:getRegion

1076   SourceMappingRegion &getRegion() {  in getRegion()  function
1090 Counter ExitCount = getRegion().getCounter(); in propagateCounts()
1185 if (getRegion().hasEndLoc() && in adjustForOutOfOrderTraversal()
1188 MostRecentLocation, getRegion().isBranch())) in adjustForOutOfOrderTraversal()
1267 SourceMappingRegion &Region = getRegion(); in extendRegion()
1278 SourceMappingRegion &Region = getRegion(); in terminateRegion()
1347 getRegion().setGap(true); in fillGapAreaWithCount()
1410 getRegion().setSkipped(true); in markSkipped()
1549 BreakContinueStack.back().BreakCount, getRegion().getCounter()); in VisitBreakStmt()
1559 BreakContinueStack.back().ContinueCount, getRegion().getCounter()); in VisitContinueStmt()
1576 Counter ParentCount = getRegion().getCounter(); in VisitWhileStmt()
1625 Counter ParentCount = getRegion().getCounter(); in VisitDoStmt()
1674 Counter ParentCount = getRegion().getCounter(); in VisitForStmt()
1748 Counter ParentCount = getRegion().getCounter(); in VisitCXXForRangeStmt()
1792 Counter ParentCount = getRegion().getCounter(); in VisitObjCForCollectionStmt()
1831 getRegion().setGap(true); in VisitSwitchStmt()
1850 Counter ParentCount = getRegion().getCounter(); in VisitSwitchStmt()
1897 SourceMappingRegion &Parent = getRegion(); in VisitSwitchCase()
1928 const Counter ParentCount = getRegion().getCounter(); in coverIfConsteval()
1964 const Counter ParentCount = getRegion().getCounter(); in coverIfConstexpr()
2018 Counter ParentCount = getRegion().getCounter(); in VisitIfStmt()
2080 Counter ParentCount = getRegion().getCounter(); in VisitCXXTryStmt()
2097 Counter ParentCount = getRegion().getCounter(); in VisitAbstractConditionalOperator()
2226 propagateCounts(getRegion().getCounter(), E->getLHS()); in VisitBinLAnd()
2246 Counter ParentCnt = getRegion().getCounter(); in VisitBinLAnd()
2287 Counter OutCount = propagateCounts(getRegion().getCounter(), E->getLHS()); in VisitBinLOr()
2311 Counter ParentCnt = getRegion().getCounter(); in VisitBinLOr()