Home | History | Annotate | Download | only in Sema

Lines Matching refs:Prev

430   for (Decl *Prev = DUnderlying->getPreviousDecl(); Prev;
431 Prev = Prev->getPreviousDecl())
432 if (Prev == EUnderlying)
3867 CorrectionResults.erase(std::prev(CorrectionResults.end()));