Lines Matching defs:Y
8 template<typename T> struct Y { // expected-note 16{{declared here}} struct
9 …mplate<typename T> struct A {}; // expected-error {{declaration of 'T' shadows template parameter}}
11 struct B {
14 struct C {
17 struct D {
20 struct E {
23 struct F {
26 struct G {
29 struct H {
32 struct I {
35 struct J {
38 struct K {
42 void a() { in a()
45 void b() { in b()
48 void c() { in c()
52 void d() { in d()
55 void e() { in e()