OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:an_enumeration
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/SemaCXX/
nested-name-spec.cpp
416
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 2776 milliseconds