Lines Matching full:namespace
3 // C++03 [namespace.udecl]p11:
4 // If a function declaration in namespace scope or block scope has
13 namespace test0 {
14 namespace ns { void foo(); } // expected-note {{target of using declaration}}
19 namespace test1 {
20 namespace ns { void foo(); } // expected-note {{target of using declaration}}
25 namespace test2 {
26 namespace ns { void foo(); } // expected-note 2 {{target of using declaration}}
38 namespace test3 {
39 namespace ns { void foo(); } // expected-note 2 {{target of using declaration}}
55 namespace test4 {
56 namespace ns { void foo(); } // expected-note 2 {{target of using declaration}}
75 namespace test5 {
76 namespace ns { void foo(int); } // expected-note {{target of using declaration}}