Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:NS

1505     namespace NS = NamespaceAlias; // expected-warning {{use of this statement in a constexpr function is a C++14 extension}}
1506 return &NS::f != nullptr;