Home | History | Annotate | Download | only in basic.lookup.unqual

Lines Matching full:namespace

5 //   If a variable member of a namespace is defined outside of the
6 // scope of its namespace then any name used in the definition of
8 // the definition of the variable member occurred in its namespace.
10 namespace N {
22 namespace M {
31 namespace yfloat {
34 using namespace yfloat;
37 using namespace M;
39 namespace M {
52 namespace Other {
56 namespace M2 {
57 using namespace Other;
60 namespace MInner {