Searched refs:C_blah (Results 1 – 2 of 2) sorted by relevance
219 struct C_blah : B_blah { C_blah(int); }; // expected-note 0-1{{declared here}} struct220 struct D1 : C_blah {222 … using B_blah::C_blah; // expected-error-re {{no member named 'C_blah' in 'PR19171::B_blah'{{$}}}}224 struct D2 : C_blah {227 using C_blah::B_blah;229 struct D3 : C_blah {230 using C_blah::D_blah;