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

/external/clang/test/SemaCXX/
H A Dnested-name-spec.cpp417 ENUMERATOR // expected-note{{'ENUMERATOR' declared here}} enumerator in enum:PR16951::ns::an_enumeration
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}} \
424 // expected-error{{'ENUMERATOR' is not a class, namespace, or enumeration}} \
/external/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp317 STRINGIFY_CODE(METADATA, ENUMERATOR)

Completed in 129 milliseconds