Searched refs:LoopDRE (Results 1 – 1 of 1) sorted by relevance
2125 DeclRefExpr *LoopDRE, *LastDRE; in CheckForRedundantIteration() local2127 if (!ProcessIterationStmt(S, Third, LoopIncrement, LoopDRE)) return; in CheckForRedundantIteration()2133 LoopDRE->getDecl() != LastDRE->getDecl()) return; in CheckForRedundantIteration()2139 S.Diag(LoopDRE->getLocation(), diag::note_loop_iteration_here) in CheckForRedundantIteration()