Home | History | Annotate | Download | only in SemaTemplate

Lines Matching refs:std_ostream

10 struct std_ostream
15 std_ostream cout;
22 std_ostream& operator << (std_ostream&, const Streamer<Foo>&);
32 friend std_ostream& operator << (std_ostream& o, const Streamer& f) // expected-error{{redefinition of 'operator<<'}}
42 void operator () (std_ostream&) const;
46 std_ostream& operator << (std_ostream&, const Streamer<Foo>&);
54 std_ostream& operator << (std_ostream& o, const Streamer<Foo>&) // expected-note{{is here}}
62 void Streamer<Foo>::operator () (std_ostream& o) const // expected-note{{requested here}}