Searched defs:LoopDRE (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaStmt.cpp1546 DeclRefExpr *LoopDRE, *LastDRE; local
1548 if (!ProcessIterationStmt(S, Third, LoopIncrement, LoopDRE)) return;
1554 LoopDRE->getDecl() != LastDRE->getDecl()) return;
1560 S.Diag(LoopDRE->getLocation(), diag::note_loop_iteration_here)

Completed in 90 milliseconds