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