Lines Matching refs:Inheritance

2663   MSInheritanceModel Inheritance = RD->getMSInheritanceModel();  in isZeroInitializable()  local
2664 return (!inheritanceModelHasVBTableOffsetField(Inheritance) && in isZeroInitializable()
2671 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in ConvertMemberPointerType() local
2679 Inheritance)) in ConvertMemberPointerType()
2681 if (inheritanceModelHasVBPtrOffsetField(Inheritance)) in ConvertMemberPointerType()
2683 if (inheritanceModelHasVBTableOffsetField(Inheritance)) in ConvertMemberPointerType()
2696 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in GetNullMemberPointerFields() local
2708 Inheritance)) in GetNullMemberPointerFields()
2710 if (inheritanceModelHasVBPtrOffsetField(Inheritance)) in GetNullMemberPointerFields()
2712 if (inheritanceModelHasVBTableOffsetField(Inheritance)) in GetNullMemberPointerFields()
2733 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitFullMemberPointer() local
2737 if (inheritanceModelHasOnlyOneField(IsMemberFunction, Inheritance)) in EmitFullMemberPointer()
2743 if (inheritanceModelHasNVOffsetField(IsMemberFunction, Inheritance)) in EmitFullMemberPointer()
2747 if (inheritanceModelHasVBPtrOffsetField(Inheritance)) { in EmitFullMemberPointer()
2755 if (inheritanceModelHasVBTableOffsetField(Inheritance)) in EmitFullMemberPointer()
2912 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitMemberPointerComparison() local
2914 Inheritance)) in EmitMemberPointerComparison()
3117 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitMemberDataPointerAddress() local
3128 if (inheritanceModelHasVBPtrOffsetField(Inheritance)) in EmitMemberDataPointerAddress()
3130 if (inheritanceModelHasVBTableOffsetField(Inheritance)) in EmitMemberDataPointerAddress()
3412 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitLoadOfMemberFunctionPointer() local
3424 if (inheritanceModelHasNVOffsetField(MPT, Inheritance)) in EmitLoadOfMemberFunctionPointer()
3426 if (inheritanceModelHasVBPtrOffsetField(Inheritance)) in EmitLoadOfMemberFunctionPointer()
3428 if (inheritanceModelHasVBTableOffsetField(Inheritance)) in EmitLoadOfMemberFunctionPointer()