Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dwarn-shadow.cpp148 using bob2=int; // expected-note 2 {{previous declaration is here}} typedef
157 int bob2; // no warning in test8() local
163 typedef int bob2; // expected-warning {{declaration shadows a type alias in the global namespace}} in test9() typedef
169 using bob2=int; // expected-warning {{declaration shadows a type alias in the global namespace}} in test10() typedef