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