Lines Matching refs:Inheritance
2769 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in isZeroInitializable() local
2770 return (!inheritanceModelHasVBTableOffsetField(Inheritance) && in isZeroInitializable()
2777 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in ConvertMemberPointerType() local
2785 Inheritance)) in ConvertMemberPointerType()
2787 if (inheritanceModelHasVBPtrOffsetField(Inheritance)) in ConvertMemberPointerType()
2789 if (inheritanceModelHasVBTableOffsetField(Inheritance)) in ConvertMemberPointerType()
2802 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in GetNullMemberPointerFields() local
2814 Inheritance)) in GetNullMemberPointerFields()
2816 if (inheritanceModelHasVBPtrOffsetField(Inheritance)) in GetNullMemberPointerFields()
2818 if (inheritanceModelHasVBTableOffsetField(Inheritance)) in GetNullMemberPointerFields()
2839 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitFullMemberPointer() local
2843 if (inheritanceModelHasOnlyOneField(IsMemberFunction, Inheritance)) in EmitFullMemberPointer()
2849 if (inheritanceModelHasNVOffsetField(IsMemberFunction, Inheritance)) in EmitFullMemberPointer()
2853 if (inheritanceModelHasVBPtrOffsetField(Inheritance)) { in EmitFullMemberPointer()
2861 if (inheritanceModelHasVBTableOffsetField(Inheritance)) in EmitFullMemberPointer()
3018 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitMemberPointerComparison() local
3020 Inheritance)) in EmitMemberPointerComparison()
3223 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitMemberDataPointerAddress() local
3234 if (inheritanceModelHasVBPtrOffsetField(Inheritance)) in EmitMemberDataPointerAddress()
3236 if (inheritanceModelHasVBTableOffsetField(Inheritance)) in EmitMemberDataPointerAddress()
3518 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitLoadOfMemberFunctionPointer() local
3530 if (inheritanceModelHasNVOffsetField(MPT, Inheritance)) in EmitLoadOfMemberFunctionPointer()
3532 if (inheritanceModelHasVBPtrOffsetField(Inheritance)) in EmitLoadOfMemberFunctionPointer()
3534 if (inheritanceModelHasVBTableOffsetField(Inheritance)) in EmitLoadOfMemberFunctionPointer()