Home | History | Annotate | Download | only in SemaTemplate

Lines Matching full:std_ostream

15 struct std_ostream
20 std_ostream cout;
27 inline std_ostream& operator << (std_ostream&, const Streamer<Foo>&);
37 friend std_ostream& operator << (std_ostream& o, const Streamer& f) // expected-error{{redefinition of 'operator<<'}}
47 void operator () (std_ostream&) const;
51 std_ostream& operator << (std_ostream&, const Streamer<Foo>&);
59 std_ostream& operator << (std_ostream& o, const Streamer<Foo>&) // expected-note{{is here}}
67 void Streamer<Foo>::operator () (std_ostream& o) const // expected-note{{requested here}}