Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:Base2

1418 class Base2 { };
1422 class Derived2 : public Base2, public Derived1 { };
1424 class Derived3 : public Base2 { };