Home | History | Annotate | Download | only in Analysis

Lines Matching defs:hasMore

649       while (hasMore() && Filter(*I))
653 bool hasMore() const { return I != E; }
656 do { ++I; } while (hasMore() && Filter(*I));