Lines Matching defs:B
43 struct B : A { struct
50 void test0() { in test0()
54 void test1() { in test1()
59 void test2() { in test2()
63 void test3() { in test3()
67 void test4() { in test4()
71 void test5() { in test5()
86 template <class T> struct B : A { struct
93 void test0() { in test0()
97 void test1() { in test1()
102 void test2() { in test2()
106 void test3() { in test3()
110 void test4() { in test4()
114 void test5() { in test5()
131 template <class T> struct B : A<T> { struct
151 void test3() { in test3()
161 void test5() { in test5()
166 template struct B<int>; // expected-note {{in instantiation}} variable
229 struct B : A { struct