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

Lines Matching refs:ns

14   namespace ns { void foo(); } // expected-note {{target of using declaration}}
16 using ns::foo; // expected-error {{target of using declaration conflicts with declaration already in scope}}
20 namespace ns { void foo(); } // expected-note {{target of using declaration}}
21 using ns::foo; //expected-note {{using declaration}}
26 namespace ns { void foo(); } // expected-note 2 {{target of using declaration}}
29 using ns::foo; // expected-error {{target of using declaration conflicts with declaration already in scope}}
33 using ns::foo; //expected-note {{using declaration}}
39 namespace ns { void foo(); } // expected-note 2 {{target of using declaration}}
43 using ns::foo; // expected-error {{target of using declaration conflicts with declaration already in scope}}
49 using ns::foo; //expected-note {{using declaration}}
56 namespace ns { void foo(); } // expected-note 2 {{target of using declaration}}
60 using ns::foo; // expected-error {{target of using declaration conflicts with declaration already in scope}}
66 using ns::foo; //expected-note {{using declaration}}
76 namespace ns { void foo(int); } // expected-note {{target of using declaration}}
80 using ns::foo;
86 using ns::foo; // expected-note {{using declaration}}