Searched refs:an_enumeration (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
H A Dnested-name-spec.cpp416 enum an_enumeration { enum in namespace:PR16951::ns
421 int x1 = ns::an_enumeration::ENUMERATOR; // expected-warning{{use of enumeration in a nested name specifier is a C++11 extension}}
423 int x2 = ns::an_enumeration::ENUMERATOR::vvv; // expected-warning{{use of enumeration in a nested name specifier is a C++11 extension}} \
426 int x3 = ns::an_enumeration::X; // expected-warning{{use of enumeration in a nested name specifier is a C++11 extension}} \

Completed in 54 milliseconds