Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:Base

42 struct Base { 
43 Base(const FunkyDerived&);
46 struct Derived : Base { };
48 struct FunkyDerived : Base { };
51 operator Base();
64 Base b1 = ctb;
65 Base b2(ctb);
66 Base b3 = ctd;
67 Base b4(ctd);
68 Base b5 = ctfd;