Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:Ambiguous

65   struct Ambiguous {
66 Ambiguous();
67 Ambiguous(const Ambiguous &, int = 0); // expected-note {{candidate}}
68 Ambiguous(const Ambiguous &, double = 0); // expected-note {{candidate}}
77 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}}