Home | History | Annotate | Download | only in SemaCXX

Lines Matching full:namespace

5 namespace std {
10 namespace M {
14 namespace N {
21 namespace N {
47 namespace O {
51 namespace P {
65 namespace test0 {
66 namespace ns {
69 namespace inner {
82 namespace test1 {
83 namespace ns0 { struct Foo {}; }
84 namespace A { void foo(ns0::Foo *p, int y, int z); }
85 namespace ns2 { using A::foo; }
86 namespace ns1 { struct Bar : ns0::Foo {}; }
87 namespace A { void foo(ns0::Foo *p, int y, int z = 0); } // expected-note {{candidate}}
88 namespace ns1 { using A::foo; }
89 namespace ns2 { struct Baz : ns1::Bar {}; }
90 namespace A { void foo(ns0::Foo *p, int y = 0, int z); }
99 namespace test2 {
100 namespace ns { int foo; }
113 namespace foo