Lines Matching refs:getRegion

680   SourceMappingRegion &getRegion() {  in getRegion()  function
694 Counter ExitCount = getRegion().getCounter(); in propagateCounts()
773 if (getRegion().hasEndLoc() && in adjustForOutOfOrderTraversal()
776 MostRecentLocation, getRegion().isBranch())) in adjustForOutOfOrderTraversal()
854 SourceMappingRegion &Region = getRegion(); in extendRegion()
865 SourceMappingRegion &Region = getRegion(); in terminateRegion()
928 getRegion().setGap(true); in fillGapAreaWithCount()
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()
1285 getRegion().setGap(true); in VisitSwitchStmt()
1304 Counter ParentCount = getRegion().getCounter(); in VisitSwitchStmt()
1341 SourceMappingRegion &Parent = getRegion(); 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()