Lines Matching refs:getBody
541 auto Body = D->getBody(); in VisitDecl()
1397 Stmt *Body = D->getBody(); in VisitDecl()
1437 Visit(S->getBody()); in VisitCoroutineBodyStmt()
1499 extendRegion(S->getBody()); in VisitWhileStmt()
1500 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitWhileStmt()
1513 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); in VisitWhileStmt()
1538 extendRegion(S->getBody()); in VisitDoStmt()
1540 propagateCounts(addCounters(ParentCount, BodyCount), S->getBody()); in VisitDoStmt()
1578 extendRegion(S->getBody()); in VisitForStmt()
1579 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitForStmt()
1603 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); in VisitForStmt()
1632 extendRegion(S->getBody()); in VisitCXXForRangeStmt()
1633 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitCXXForRangeStmt()
1640 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); in VisitCXXForRangeStmt()
1668 extendRegion(S->getBody()); in VisitObjCForCollectionStmt()
1669 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitObjCForCollectionStmt()
1673 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); in VisitObjCForCollectionStmt()
1695 const Stmt *Body = S->getBody(); in VisitSwitchStmt()