Home
last modified time | relevance | path

Searched refs:enumerator_2 (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dnested-name-spec.cpp436 enum enumerator_2 { enum
440 …int x4 = enumerator_2::ENUMERATOR_2; // expected-warning{{use of enumeration in a nested name spec…
441 …int x5 = enumerator_2::X2; // expected-warning{{use of enumeration in a nested name specifier is a…