Lines Matching defs:B
70 struct B : A { struct
105 void test0() { in test0()
109 void test1() { in test1()
114 void test2() { in test2()
118 void test3() { in test3()
122 void test4() { in test4()
126 void test5() { in test5()
141 template <class T> struct B : A { struct
177 void test0() { in test0()
181 void test1() { in test1()
186 void test2() { in test2()
190 void test3() { in test3()
194 void test4() { in test4()
198 void test5() { in test5()
215 template <class T> struct B : A<T> { struct
264 void test3() { in test3()
274 void test5() { in test5()
279 template struct B<int>; // expected-note {{in instantiation}} variable