Home | History | Annotate | Download | only in Sema

Lines Matching full:derived1

1986   //   class Derived1 : public Base { };
1988 // class VeryDerived : public Derived1, public Derived2 { void f(); };
1992 // Derived1::x = 17; // okay, pick the Base subobject of Derived1