Searched defs:atEnd (Results 1 – 13 of 13) sorted by relevance
279 bool atEnd() const { return Data == DataEnd; } in atEnd() function414 bool atEnd() const override { in atEnd() function
107 inline bool atEnd() const { return BB == BBs->end(); } in atEnd() function
188 bool atEnd() const { return *this == user_iterator_impl(); } in atEnd() function
1043 bool atEnd() const { return Op == nullptr; } in atEnd() function1151 bool atEnd() const { return Op == nullptr; } in atEnd() function
94 @property bool atEnd(){ return index == s.lastIndex && s.atEnd; } in BacktrackingMatcher() function
785 @property bool atEnd(){ return index == s.lastIndex && s.atEnd; } in atEnd() function
622 @property bool atEnd(){ in atEnd() function
786 @property bool atEnd(){ return index == s.lastIndex && s.atEnd; } in atEnd() function
97 @property bool atEnd(){ return index == s.lastIndex && s.atEnd; } in atEnd() function
811 @property bool atEnd(){ in atEnd() function
2232 Parser::ParseObjCAtEndDeclaration(SourceRange atEnd) { in ParseObjCAtEndDeclaration()
243 bool atEnd() const noexcept { in atEnd() function
1100 void setAtEndRange(SourceRange atEnd) { AtEnd = atEnd; } in setAtEndRange()