Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:Base2

1406 class Base2 { };
1410 class Derived2 : public Base2, public Derived1 { };
1412 class Derived3 : public Base2 { };