Lines Matching refs:Inheritance

2504   MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel();  in isZeroInitializable()  local
2505 return (!MSInheritanceAttr::hasVBTableOffsetField(Inheritance) && in isZeroInitializable()
2512 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in ConvertMemberPointerType() local
2520 Inheritance)) in ConvertMemberPointerType()
2522 if (MSInheritanceAttr::hasVBPtrOffsetField(Inheritance)) in ConvertMemberPointerType()
2524 if (MSInheritanceAttr::hasVBTableOffsetField(Inheritance)) in ConvertMemberPointerType()
2537 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in GetNullMemberPointerFields() local
2549 Inheritance)) in GetNullMemberPointerFields()
2551 if (MSInheritanceAttr::hasVBPtrOffsetField(Inheritance)) in GetNullMemberPointerFields()
2553 if (MSInheritanceAttr::hasVBTableOffsetField(Inheritance)) in GetNullMemberPointerFields()
2574 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in EmitFullMemberPointer() local
2578 if (MSInheritanceAttr::hasOnlyOneField(IsMemberFunction, Inheritance)) in EmitFullMemberPointer()
2584 if (MSInheritanceAttr::hasNVOffsetField(IsMemberFunction, Inheritance)) in EmitFullMemberPointer()
2588 if (MSInheritanceAttr::hasVBPtrOffsetField(Inheritance)) { in EmitFullMemberPointer()
2596 if (MSInheritanceAttr::hasVBTableOffsetField(Inheritance)) in EmitFullMemberPointer()
2742 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in EmitMemberPointerComparison() local
2744 Inheritance)) in EmitMemberPointerComparison()
2944 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in EmitMemberDataPointerAddress() local
2955 if (MSInheritanceAttr::hasVBPtrOffsetField(Inheritance)) in EmitMemberDataPointerAddress()
2957 if (MSInheritanceAttr::hasVBTableOffsetField(Inheritance)) in EmitMemberDataPointerAddress()
3237 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in EmitLoadOfMemberFunctionPointer() local
3249 if (MSInheritanceAttr::hasNVOffsetField(MPT, Inheritance)) in EmitLoadOfMemberFunctionPointer()
3251 if (MSInheritanceAttr::hasVBPtrOffsetField(Inheritance)) in EmitLoadOfMemberFunctionPointer()
3253 if (MSInheritanceAttr::hasVBTableOffsetField(Inheritance)) in EmitLoadOfMemberFunctionPointer()