Lines Matching refs:getBody
499 auto Body = D->getBody(); in VisitDecl()
1001 Stmt *Body = D->getBody(); in VisitDecl()
1029 Visit(S->getBody()); in VisitCoroutineBodyStmt()
1091 extendRegion(S->getBody()); in VisitWhileStmt()
1092 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitWhileStmt()
1105 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); in VisitWhileStmt()
1130 extendRegion(S->getBody()); in VisitDoStmt()
1132 propagateCounts(addCounters(ParentCount, BodyCount), S->getBody()); in VisitDoStmt()
1170 extendRegion(S->getBody()); in VisitForStmt()
1171 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitForStmt()
1195 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); in VisitForStmt()
1224 extendRegion(S->getBody()); in VisitCXXForRangeStmt()
1225 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitCXXForRangeStmt()
1232 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); in VisitCXXForRangeStmt()
1260 extendRegion(S->getBody()); in VisitObjCForCollectionStmt()
1261 Counter BackedgeCount = propagateCounts(BodyCount, S->getBody()); in VisitObjCForCollectionStmt()
1265 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); in VisitObjCForCollectionStmt()
1287 const Stmt *Body = S->getBody(); in VisitSwitchStmt()