Searched defs:atEnd (Results 1 – 7 of 7) 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
434 bool atEnd() const { return Data == DataEnd; } in atEnd() function584 bool atEnd() const override { in atEnd() function
202 bool atEnd() const noexcept { return State == PS_AtEnd; } in atEnd() function
1084 bool atEnd() const { return Op == nullptr; } in atEnd() function1192 bool atEnd() const { return Op == nullptr; } in atEnd() function
2298 Parser::ParseObjCAtEndDeclaration(SourceRange atEnd) { in ParseObjCAtEndDeclaration()
1101 void setAtEndRange(SourceRange atEnd) { AtEnd = atEnd; } in setAtEndRange()