Lines Matching full:namespace
3 namespace {
7 namespace one {
8 namespace two {
13 namespace xx {
16 namespace yy {
20 using namespace one::two;
21 using namespace xx;
22 using namespace yy;
25 int i; // expected-warning {{declaration shadows a variable in namespace '(anonymous)'}}
26 int j; // expected-warning {{declaration shadows a variable in namespace 'one::two'}}
47 namespace rdar8900456 {
60 namespace PR9160 {
82 int bob; // expected-warning {{declaration shadows a variable in the global namespace}}