Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:Ambiguous

238   struct Ambiguous {
239 Ambiguous();
240 Ambiguous(const Ambiguous &, int = 0); // expected-note {{candidate}}
241 Ambiguous(const Ambiguous &, double = 0); // expected-note {{candidate}}
249 const Ambiguous &c = Ambiguous(); // expected-warning {{copying variable of type 'CopyCtorIssues::Ambiguous' when binding a reference to a temporary would find ambiguous constructors in C++98}}