Lines Matching refs:Inheritance
2756 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in isZeroInitializable() local
2757 return (!inheritanceModelHasVBTableOffsetField(Inheritance) && in isZeroInitializable()
2764 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in ConvertMemberPointerType() local
2772 Inheritance)) in ConvertMemberPointerType()
2774 if (inheritanceModelHasVBPtrOffsetField(Inheritance)) in ConvertMemberPointerType()
2776 if (inheritanceModelHasVBTableOffsetField(Inheritance)) in ConvertMemberPointerType()
2789 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in GetNullMemberPointerFields() local
2801 Inheritance)) in GetNullMemberPointerFields()
2803 if (inheritanceModelHasVBPtrOffsetField(Inheritance)) in GetNullMemberPointerFields()
2805 if (inheritanceModelHasVBTableOffsetField(Inheritance)) in GetNullMemberPointerFields()
2826 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitFullMemberPointer() local
2830 if (inheritanceModelHasOnlyOneField(IsMemberFunction, Inheritance)) in EmitFullMemberPointer()
2836 if (inheritanceModelHasNVOffsetField(IsMemberFunction, Inheritance)) in EmitFullMemberPointer()
2840 if (inheritanceModelHasVBPtrOffsetField(Inheritance)) { in EmitFullMemberPointer()
2848 if (inheritanceModelHasVBTableOffsetField(Inheritance)) in EmitFullMemberPointer()
3005 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitMemberPointerComparison() local
3007 Inheritance)) in EmitMemberPointerComparison()
3210 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitMemberDataPointerAddress() local
3221 if (inheritanceModelHasVBPtrOffsetField(Inheritance)) in EmitMemberDataPointerAddress()
3223 if (inheritanceModelHasVBTableOffsetField(Inheritance)) in EmitMemberDataPointerAddress()
3505 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitLoadOfMemberFunctionPointer() local
3517 if (inheritanceModelHasNVOffsetField(MPT, Inheritance)) in EmitLoadOfMemberFunctionPointer()
3519 if (inheritanceModelHasVBPtrOffsetField(Inheritance)) in EmitLoadOfMemberFunctionPointer()
3521 if (inheritanceModelHasVBTableOffsetField(Inheritance)) in EmitLoadOfMemberFunctionPointer()