Searched refs:getMSInheritanceModel (Results 1 – 5 of 5) sorted by relevance
232 MSInheritanceModel CXXRecordDecl::getMSInheritanceModel() const { in getMSInheritanceModel() function in CXXRecordDecl240 getMSInheritanceModel()) || in nullFieldOffsetIsZero()282 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in getMSMemberPointerSlots()
678 MSInheritanceModel IM = RD->getMSInheritanceModel(); in mangleMemberDataPointer()718 MSInheritanceModel IM = RD->getMSInheritanceModel(); in mangleMemberDataPointerInClassNTTP()747 MSInheritanceModel IM = RD->getMSInheritanceModel(); in mangleMemberFunctionPointer()810 if (RD->getMSInheritanceModel() != MSInheritanceModel::Single) in mangleMemberFunctionPointerInClassNTTP()
2778 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in isZeroInitializable()2786 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in ConvertMemberPointerType()2811 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in GetNullMemberPointerFields()2848 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitFullMemberPointer()2884 if (RD->getMSInheritanceModel() == in EmitMemberDataPointer()2990 RD->getMSInheritanceModel() == in EmitMemberFunctionPointer()3026 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitMemberPointerComparison()3225 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitMemberDataPointerAddress()3327 MSInheritanceModel SrcInheritance = SrcRD->getMSInheritanceModel(); in EmitNonNullMemberPointerConversion()3328 MSInheritanceModel DstInheritance = DstRD->getMSInheritanceModel(); in EmitNonNullMemberPointerConversion()[all …]
3298 switch (Ty->getMostRecentCXXRecordDecl()->getMSInheritanceModel()) { in CreateType()
1819 MSInheritanceModel getMSInheritanceModel() const;