Lines Matching refs:getBody
489 auto Body = D->getBody(); in VisitDecl()
991 Stmt *Body = D->getBody(); in VisitDecl()
1019 Visit(S->getBody()); in VisitCoroutineBodyStmt()
1081 extendRegion(S->getBody()); in VisitWhileStmt()
1082 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitWhileStmt()
1095 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); in VisitWhileStmt()
1120 extendRegion(S->getBody()); in VisitDoStmt()
1122 propagateCounts(addCounters(ParentCount, BodyCount), S->getBody()); in VisitDoStmt()
1160 extendRegion(S->getBody()); in VisitForStmt()
1161 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitForStmt()
1185 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); in VisitForStmt()
1214 extendRegion(S->getBody()); in VisitCXXForRangeStmt()
1215 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitCXXForRangeStmt()
1222 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); in VisitCXXForRangeStmt()
1250 extendRegion(S->getBody()); in VisitObjCForCollectionStmt()
1251 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitObjCForCollectionStmt()
1255 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); in VisitObjCForCollectionStmt()
1277 const Stmt *Body = S->getBody(); in VisitSwitchStmt()