Searched refs:Opaque2 (Results 1 – 2 of 2) sorted by relevance
16 struct Opaque2 {}; struct22 B(Opaque2);28 C() : A(), test1::B(Opaque2()) {} in C()
33 struct Opaque1 {}; struct Opaque2 {}; struct Opaque3 {}; struct37 void foo(Opaque2); // expected-note {{candidate}}49 A::foo(Opaque2()); in test()