Searched refs:hasNext (Results 1 – 13 of 13) sorted by relevance
42 virtual bool hasNext() const = 0;72 bool hasNext() const override { in hasNext() function75 bool isEnd() const override { return !hasNext(); } in isEnd()78 assert(hasNext() && "Already at end of sequence!"); in peekNext()
61 bool hasNext() const override { return !Staging.empty(); } in hasNext() function65 assert(hasNext()); in peekNext()
91 bool hasNext() const { return !bv_.empty(); } in hasNext() function281 bool hasNext() const { in hasNext() function282 if (it1_.hasNext()) return true; in hasNext()291 if (!it1_.hasNext() && !it2_.hasNext()) { in next()300 if (!it2_.hasNext()) { in next()301 CHECK(it1_.hasNext()); in next()307 CHECK(it2_.hasNext()); in next()312 if (!it1_.hasNext() && !it2_.hasNext()) in next()
135 for (typename BV::Iterator it(v[from]); it.hasNext(); ) { in findPath()
33 if (!SM.hasNext()) { in getNextInstruction()
701 bool hasNext() const { in hasNext() function
248 while (itr.hasNext()) { in consumeProbeData()
2863 while (F.hasNext()) { in DiagnoseAmbiguousLookup()3679 while (F.hasNext()) { in LookupLiteralOperator()
1646 while (F.hasNext()) { in FilterLookupForScope()1862 while (F.hasNext()) in RemoveUsingDecls()2546 while (Filter.hasNext()) { in filterNonConflictingPreviousTypedefDecls()17456 while (F.hasNext()) { in ActOnTag()17482 while (F.hasNext()) { in ActOnTag()
228 while (F.hasNext()) { in getDestructorName()2809 while (Filter.hasNext()) { in FindAllocationFunctions()
152 while (filter.hasNext()) { in FilterAcceptableTemplateNames()9560 while (F.hasNext()) { in CheckDependentFunctionTemplateSpecialization()
12812 while (F.hasNext()) { in FilterUsingLookup()14691 while (F.hasNext()) { in buildSingleCopyAssignRecursively()
22523 while (Filter.hasNext()) { in ActOnOpenMPDeclareReductionDirectiveStart()22775 while (Filter.hasNext()) { in ActOnOpenMPDeclareMapperDirective()