Lines Matching defs:ForStmt
2059 void VisitForStmt(const ForStmt *S) {
2218 ForStmt(Context, First, Second.get().second, Second.get().first, Third,
3070 const CXXForRangeStmt *ForStmt) {
3076 ForStmt->getBeginLoc()) &&
3078 ForStmt->getBeginLoc()) &&
3080 ForStmt->getBeginLoc())) {
3084 const VarDecl *VD = ForStmt->getLoopVariable();
3102 ForStmt->getRangeInit()->getType());
3115 CXXForRangeStmt *ForStmt = cast<CXXForRangeStmt>(S);
3116 ForStmt->setBody(B);
3118 DiagnoseEmptyStmtBody(ForStmt->getRParenLoc(), B,
3121 DiagnoseForRangeVariableCopies(*this, ForStmt);