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

Lines Matching refs:foo

9     void foo(Opaque0); // expected-note 2 {{candidate function}}
12 using ns::foo;
13 using ns::foo;
16 foo(Opaque1()); // expected-error {{no matching function for call}}
20 void foo(Opaque1);
24 foo(Opaque1()); // expected-error {{no matching function for call}}
27 using ns::foo;
30 foo(Opaque1());
33 using ns::foo;
39 void foo(Opaque0); // expected-note 2 {{candidate function}}
43 using ns::foo;
47 foo(Opaque1()); // expected-error {{no matching function for call}}
51 void foo(Opaque1);
55 foo(Opaque1()); // expected-error {{no matching function for call}}
59 using ns::foo;
63 foo(Opaque1());
72 void foo();
78 using Base<T>::foo; // expected-note {{previous using decl}}
79 using Base<T>::type::foo; //expected-error {{redeclaration of using decl}}