Lines Matching refs:Inheritance
2791 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in isZeroInitializable() local
2792 return (!inheritanceModelHasVBTableOffsetField(Inheritance) && in isZeroInitializable()
2799 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in ConvertMemberPointerType() local
2807 Inheritance)) in ConvertMemberPointerType()
2809 if (inheritanceModelHasVBPtrOffsetField(Inheritance)) in ConvertMemberPointerType()
2811 if (inheritanceModelHasVBTableOffsetField(Inheritance)) in ConvertMemberPointerType()
2824 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in GetNullMemberPointerFields() local
2836 Inheritance)) in GetNullMemberPointerFields()
2838 if (inheritanceModelHasVBPtrOffsetField(Inheritance)) in GetNullMemberPointerFields()
2840 if (inheritanceModelHasVBTableOffsetField(Inheritance)) in GetNullMemberPointerFields()
2861 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitFullMemberPointer() local
2865 if (inheritanceModelHasOnlyOneField(IsMemberFunction, Inheritance)) in EmitFullMemberPointer()
2871 if (inheritanceModelHasNVOffsetField(IsMemberFunction, Inheritance)) in EmitFullMemberPointer()
2875 if (inheritanceModelHasVBPtrOffsetField(Inheritance)) { in EmitFullMemberPointer()
2883 if (inheritanceModelHasVBTableOffsetField(Inheritance)) in EmitFullMemberPointer()
3039 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitMemberPointerComparison() local
3041 Inheritance)) in EmitMemberPointerComparison()
3238 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitMemberDataPointerAddress() local
3249 if (inheritanceModelHasVBPtrOffsetField(Inheritance)) in EmitMemberDataPointerAddress()
3251 if (inheritanceModelHasVBTableOffsetField(Inheritance)) in EmitMemberDataPointerAddress()
3524 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitLoadOfMemberFunctionPointer() local
3536 if (inheritanceModelHasNVOffsetField(MPT, Inheritance)) in EmitLoadOfMemberFunctionPointer()
3538 if (inheritanceModelHasVBPtrOffsetField(Inheritance)) in EmitLoadOfMemberFunctionPointer()
3540 if (inheritanceModelHasVBTableOffsetField(Inheritance)) in EmitLoadOfMemberFunctionPointer()