Home | History | Annotate | Download | only in namespace.udecl

Lines Matching full:using

12   using ns::foo;
13 using ns::foo;
27 using ns::foo;
33 using ns::foo;
43 using ns::foo;
59 using ns::foo;
78 using Base<T>::foo; // expected-note {{previous using decl}}
79 using Base<T>::type::foo; //expected-error {{redeclaration of using decl}}
93 using N::f;
94 using N::f;
95 using N::type;
96 using N::type;