Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-shadow.cpp145 typedef int bob1; // expected-note 2 {{previous declaration is here}} typedef
155 int bob1; //no warning in test8() local
161 typedef int bob1; // expected-warning {{declaration shadows a typedef in the global namespace}} in test9() typedef
167 using bob1=int; // expected-warning {{declaration shadows a typedef in the global namespace}} in test10() typedef