Home
last modified time | relevance | path

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

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