Searched defs:atEnd (Results 1 – 9 of 9) sorted by relevance
107 inline bool atEnd() const { return BB == BBs->end(); } atEnd() function
187 bool atEnd() const { return *this == user_iterator_impl(); } in atEnd() function
438 bool atEnd() const { return Data == DataEnd; } atEnd() function 590 bool atEnd() const override { atEnd() function
202 bool atEnd() const noexcept { return State_ == PS_AtEnd; } in atEnd() function
1092 bool atEnd() const { return Op == nullptr; } atEnd() function 1200 bool atEnd() const { return Op == nullptr; } atEnd() function
2293 ParseObjCAtEndDeclaration(SourceRange atEnd) ParseObjCAtEndDeclaration() argument
1104 void setAtEndRange(SourceRange atEnd) { AtEnd = atEnd; } in setAtEndRange() argument
7050 bool atEnd = pathIsEmpty(components); genarr() local 7088 bool atEnd = pathIsEmpty(components); genarr() local
1547 auto atEnd = [](const CurrentAndEndIt &Pair) { hoistLockstepIdenticalDbgVariableRecords() local