Searched refs:BaseEmpty (Results 1 – 1 of 1) sorted by relevance
57 struct BaseEmpty { struct71 S<BaseEmpty> empty; in f()78 S<BaseEmpty>::mt y; // expected-error {{reference to unresolved using declaration}} in f()81 S<BaseEmpty>::mf(); // expected-error {{reference to unresolved using declaration}} in f()101 Implicit<BaseEmpty> empty; // expected-note {{in instantiation}} in testImplicit()107 struct NonDep : BaseEmpty {108 …using BaseEmpty::x UIE; // expected-note{{using declaration annotated with 'using_if_exists' here}}