Lines Matching defs:ForStmt
2150 void VisitForStmt(const ForStmt *S) {
2309 ForStmt(Context, First, Second.get().second, Second.get().first, Third,
3163 const CXXForRangeStmt *ForStmt) {
3169 ForStmt->getBeginLoc()) &&
3171 ForStmt->getBeginLoc()) &&
3173 ForStmt->getBeginLoc())) {
3177 const VarDecl *VD = ForStmt->getLoopVariable();
3195 ForStmt->getRangeInit()->getType());
3208 CXXForRangeStmt *ForStmt = cast<CXXForRangeStmt>(S);
3209 ForStmt->setBody(B);
3211 DiagnoseEmptyStmtBody(ForStmt->getRParenLoc(), B,
3214 DiagnoseForRangeVariableCopies(*this, ForStmt);