Lines Matching refs:getRegion
689 SourceMappingRegion &getRegion() { in getRegion() function
703 Counter ExitCount = getRegion().getCounter(); in propagateCounts()
780 if (getRegion().hasEndLoc() && in adjustForOutOfOrderTraversal()
783 MostRecentLocation, getRegion().isBranch())) in adjustForOutOfOrderTraversal()
861 SourceMappingRegion &Region = getRegion(); in extendRegion()
872 SourceMappingRegion &Region = getRegion(); in terminateRegion()
935 getRegion().setGap(true); in fillGapAreaWithCount()
1057 BreakContinueStack.back().BreakCount, getRegion().getCounter()); in VisitBreakStmt()
1066 BreakContinueStack.back().ContinueCount, getRegion().getCounter()); in VisitContinueStmt()
1083 Counter ParentCount = getRegion().getCounter(); in VisitWhileStmt()
1123 Counter ParentCount = getRegion().getCounter(); in VisitDoStmt()
1158 Counter ParentCount = getRegion().getCounter(); in VisitForStmt()
1217 Counter ParentCount = getRegion().getCounter(); in VisitCXXForRangeStmt()
1253 Counter ParentCount = getRegion().getCounter(); in VisitObjCForCollectionStmt()
1292 getRegion().setGap(true); in VisitSwitchStmt()
1311 Counter ParentCount = getRegion().getCounter(); in VisitSwitchStmt()
1353 SourceMappingRegion &Parent = getRegion(); in VisitSwitchCase()
1383 Counter ParentCount = getRegion().getCounter(); in VisitIfStmt()
1435 Counter ParentCount = getRegion().getCounter(); in VisitCXXTryStmt()
1452 Counter ParentCount = getRegion().getCounter(); in VisitAbstractConditionalOperator()
1479 propagateCounts(getRegion().getCounter(), E->getLHS()); in VisitBinLAnd()
1493 Counter ParentCnt = getRegion().getCounter(); in VisitBinLAnd()
1506 propagateCounts(getRegion().getCounter(), E->getLHS()); in VisitBinLOr()
1520 Counter ParentCnt = getRegion().getCounter(); in VisitBinLOr()