Home | History | Annotate | Download | only in SemaCXX

Lines Matching defs:Derived1

1418 class Derived1 : public Base { };
1420 class Derived2 : public Base2, public Derived1 { };
1425 Derived1 mu1_;