Searched refs:StdBeginEnd (Results 1 – 1 of 1) sorted by relevance
219 struct StdBeginEnd {}; struct221 int *begin(StdBeginEnd);222 int *end(StdBeginEnd);225 …for (auto a : StdBeginEnd()) {} // expected-error {{invalid range expression of type 'StdBeginEnd'… in DR1442()