Home
last modified time | relevance | path

Searched defs:unscoped (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dswitch-implicit-fallthrough-per-method.cpp41 void unscoped(int n) { in unscoped() function
/llvm-project/libcxx/test/std/iterators/iterator.requirements/iterator.cust/iterator.cust.move/
H A Diter_move.pass.cpp159 auto unscoped = check_unqualified_lookup::unscoped_enum::a; in test() local
/llvm-project/libcxx/test/std/concepts/concepts.lang/concept.swappable/
H A Dswappable.pass.cpp129 enum unscoped { hello, world }; enum