Lines Matching refs:Inheritance

2496   MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel();  in isZeroInitializable()  local
2497 return (!MSInheritanceAttr::hasVBTableOffsetField(Inheritance) && in isZeroInitializable()
2504 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in ConvertMemberPointerType() local
2512 Inheritance)) in ConvertMemberPointerType()
2514 if (MSInheritanceAttr::hasVBPtrOffsetField(Inheritance)) in ConvertMemberPointerType()
2516 if (MSInheritanceAttr::hasVBTableOffsetField(Inheritance)) in ConvertMemberPointerType()
2529 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in GetNullMemberPointerFields() local
2541 Inheritance)) in GetNullMemberPointerFields()
2543 if (MSInheritanceAttr::hasVBPtrOffsetField(Inheritance)) in GetNullMemberPointerFields()
2545 if (MSInheritanceAttr::hasVBTableOffsetField(Inheritance)) in GetNullMemberPointerFields()
2566 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in EmitFullMemberPointer() local
2570 if (MSInheritanceAttr::hasOnlyOneField(IsMemberFunction, Inheritance)) in EmitFullMemberPointer()
2576 if (MSInheritanceAttr::hasNVOffsetField(IsMemberFunction, Inheritance)) in EmitFullMemberPointer()
2580 if (MSInheritanceAttr::hasVBPtrOffsetField(Inheritance)) { in EmitFullMemberPointer()
2588 if (MSInheritanceAttr::hasVBTableOffsetField(Inheritance)) in EmitFullMemberPointer()
2734 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in EmitMemberPointerComparison() local
2736 Inheritance)) in EmitMemberPointerComparison()
2936 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in EmitMemberDataPointerAddress() local
2947 if (MSInheritanceAttr::hasVBPtrOffsetField(Inheritance)) in EmitMemberDataPointerAddress()
2949 if (MSInheritanceAttr::hasVBTableOffsetField(Inheritance)) in EmitMemberDataPointerAddress()
3229 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel(); in EmitLoadOfMemberFunctionPointer() local
3241 if (MSInheritanceAttr::hasNVOffsetField(MPT, Inheritance)) in EmitLoadOfMemberFunctionPointer()
3243 if (MSInheritanceAttr::hasVBPtrOffsetField(Inheritance)) in EmitLoadOfMemberFunctionPointer()
3245 if (MSInheritanceAttr::hasVBTableOffsetField(Inheritance)) in EmitLoadOfMemberFunctionPointer()