Lines Matching refs:Base2
1416 class Base2 { };1420 class Derived2 : public Base2, public Derived1 { };1422 class Derived3 : public Base2 { };