Home | History | Annotate | Download | only in Sema

Lines Matching full:derived1

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