Searched defs:atEnd (Results 1 – 7 of 7) sorted by relevance
392 bool atEnd() const { return Data == DataEnd; } in atEnd() function538 bool atEnd() const override { in atEnd() function
107 inline bool atEnd() const { return BB == BBs->end(); } in atEnd() function
187 bool atEnd() const { return *this == user_iterator_impl(); } in atEnd() function
1084 bool atEnd() const { return Op == nullptr; } in atEnd() function1192 bool atEnd() const { return Op == nullptr; } in atEnd() function
2285 Parser::ParseObjCAtEndDeclaration(SourceRange atEnd) { in ParseObjCAtEndDeclaration()
246 bool atEnd() const noexcept { in atEnd() function
1098 void setAtEndRange(SourceRange atEnd) { AtEnd = atEnd; } in setAtEndRange()