Lines Matching defs:End
100 ArrayRef<OMPClause *>::const_iterator End;
103 while (Current != End && !Pred(*Current))
109 filtered_clause_iterator() : Current(), End() {}
111 : Current(Arr.begin()), End(Arr.end()), Pred(Pred) {
128 bool operator!() { return Current == End; }
129 operator bool() { return Current != End; }
130 bool empty() const { return Current == End; }
148 friend linear_filter end(const linear_filter &range) {
149 return linear_filter(ArrayRef<OMPClause *>(range.End, range.End));
204 Stmt **ChildStorage = reinterpret_cast<Stmt **>(getClauses().end());
225 /// \brief Build directive with the given start and end location.
296 // The '...End' enumerators do not correspond to child expressions - they
297 // specify the offset to the end (and start of the following counters/
308 // Offset to the end (and start of the following counters/updates/finals
631 /// \brief Build directive with the given start and end location.
696 /// \brief Build directive with the given start and end location.
760 /// \brief Build directive with the given start and end location.
825 /// \brief Build directive with the given start and end location.
880 /// \brief Build directive with the given start and end location.
929 /// \brief Build directive with the given start and end location.
984 /// \brief Build directive with the given start and end location.
1033 /// \brief Build directive with the given start and end location.
1097 /// \brief Build directive with the given start and end location.
1164 /// \brief Build directive with the given start and end location.
1232 /// \brief Build directive with the given start and end location.
1290 /// \brief Build directive with the given start and end location.
1346 /// \brief Build directive with the given start and end location.
1390 /// \brief Build directive with the given start and end location.
1434 /// \brief Build directive with the given start and end location.
1482 /// \brief Build directive with the given start and end location.
1537 /// \brief Build directive with the given start and end location.
1605 /// \brief Build directive with the given start and end location.
1719 /// \brief Build directive with the given start and end location.
1776 /// \brief Build directive with the given start and end location.
1824 } // end namespace clang