Home | History | Annotate | Download | only in SemaTemplate

Lines Matching full:std_ostream

5 struct std_ostream
10 std_ostream cout;
15 friend std_ostream& operator << (std_ostream& o, const Streamer& f) // expected-error{{redefinition of 'operator<<'}}
25 void operator () (std_ostream&) const;
30 std_ostream& operator << (std_ostream&, const Streamer<Foo>&);
32 std_ostream& operator << (std_ostream& o, const Streamer<Foo>&) // expected-note{{is here}}
40 void Streamer<Foo>::operator () (std_ostream& o) const // expected-note{{requested here}}