Searched refs:C_blah (Results 1 – 1 of 1) sorted by relevance
221 struct C_blah : B_blah { C_blah(int); }; // expected-note 0-1{{declared here}} struct222 struct D1 : C_blah {224 … using B_blah::C_blah; // expected-error-re {{no member named 'C_blah' in 'PR19171::B_blah'{{$}}}}226 struct D2 : C_blah {229 using C_blah::B_blah;231 struct D3 : C_blah {232 using C_blah::D_blah;