Lines Matching defs:ForVirtualBase
463 bool ForVirtualBase,
483 assert(!ForVirtualBase && "Can't have same class as virtual base!");
487 CharUnits BaseOffset = ForVirtualBase ?
1471 EmitCXXDestructorCall(Dtor, Dtor_Complete, /*ForVirtualBase=*/false,
1505 EmitCXXDestructorCall(Dtor, Dtor_Base, /*ForVirtualBase=*/false,
2089 EmitCXXConstructorCall(ctor, Ctor_Complete, /*ForVirtualBase=*/false,
2122 bool ForVirtualBase,
2166 EmitCXXConstructorCall(D, Type, ForVirtualBase, Delegating, This, Args,
2197 bool ForVirtualBase,
2235 EmitInlinedInheritingCXXConstructorCall(D, Type, ForVirtualBase,
2243 CGM.getCXXABI().addImplicitConstructorArgs(*this, D, Type, ForVirtualBase,
2272 const CXXConstructorDecl *D, bool ForVirtualBase, Address This,
2315 EmitCXXConstructorCall(D, Ctor_Base, ForVirtualBase, /*Delegating*/false,
2321 const CXXConstructorDecl *Ctor, CXXCtorType CtorType, bool ForVirtualBase,
2337 ForVirtualBase, Delegating, Args);
2416 EmitCXXConstructorCall(D, Ctor_Complete, /*ForVirtualBase*/false,
2455 EmitCXXConstructorCall(Ctor, CtorType, /*ForVirtualBase=*/false,
2475 CGF.EmitCXXDestructorCall(Dtor, Type, /*ForVirtualBase=*/false,
2513 bool ForVirtualBase,
2516 CGM.getCXXABI().EmitDestructorCall(*this, DD, Type, ForVirtualBase,
2531 /*ForVirtualBase=*/false,