Home | History | Annotate | Download | only in SemaCXX

Lines Matching defs:Derived1

1420 class Derived1 : public Base { };
1422 class Derived2 : public Base2, public Derived1 { };
1427 Derived1 mu1_;