Home | History | Annotate | Download | only in Sema

Lines Matching refs:PEnd

6565       for (LookupResult::iterator P = Previous.begin(), PEnd = Previous.end();
6566 P != PEnd; ++P)
6639 for (LookupResult::iterator P = Previous.begin(), PEnd = Previous.end();
6640 P != PEnd; ++P) {