Home | History | Annotate | Download | only in SemaTemplate

Lines Matching full:std_ostream

7 struct std_ostream
12 std_ostream cout;
17 friend std_ostream& operator << (std_ostream& o, const Streamer& f) // expected-error{{redefinition of 'operator<<'}}
27 void operator () (std_ostream&) const;
32 inline std_ostream& operator << (std_ostream&, const Streamer<Foo>&);
34 std_ostream& operator << (std_ostream& o, const Streamer<Foo>&) // expected-note{{is here}}
42 void Streamer<Foo>::operator () (std_ostream& o) const // expected-note{{requested here}}