Lines Matching refs:MSInheritanceModel
2652 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in isZeroInitializable()
2660 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in ConvertMemberPointerType()
2685 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in GetNullMemberPointerFields()
2722 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitFullMemberPointer()
2759 MSInheritanceModel::Virtual) in EmitMemberDataPointer()
2865 MSInheritanceModel::Virtual) in EmitMemberFunctionPointer()
2901 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitMemberPointerComparison()
3103 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitMemberDataPointerAddress()
3211 MSInheritanceModel SrcInheritance = SrcRD->getMSInheritanceModel(); in EmitNonNullMemberPointerConversion()
3212 MSInheritanceModel DstInheritance = DstRD->getMSInheritanceModel(); in EmitNonNullMemberPointerConversion()
3248 if (SrcInheritance == MSInheritanceModel::Virtual) { in EmitNonNullMemberPointerConversion()
3317 if (DstInheritance == MSInheritanceModel::Virtual) { in EmitNonNullMemberPointerConversion()
3396 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitLoadOfMemberFunctionPointer()