Home
last modified time | relevance | path

Searched refs:BaseEmpty (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dusing-if-exists.cpp57 struct BaseEmpty { struct
71 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}}