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()
694 MSInheritanceModel IM = RD->getMSInheritanceModel(); in mangleMemberDataPointer()745 MSInheritanceModel IM = RD->getMSInheritanceModel(); in mangleMemberDataPointerInClassNTTP()779 MSInheritanceModel IM = RD->getMSInheritanceModel(); in mangleMemberFunctionPointer()896 if (RD->getMSInheritanceModel() != MSInheritanceModel::Single) in mangleMemberFunctionPointerInClassNTTP()
2791 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in isZeroInitializable()2799 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in ConvertMemberPointerType()2824 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in GetNullMemberPointerFields()2861 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitFullMemberPointer()2897 if (RD->getMSInheritanceModel() == in EmitMemberDataPointer()3003 RD->getMSInheritanceModel() == in EmitMemberFunctionPointer()3039 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitMemberPointerComparison()3238 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitMemberDataPointerAddress()3340 MSInheritanceModel SrcInheritance = SrcRD->getMSInheritanceModel(); in EmitNonNullMemberPointerConversion()3341 MSInheritanceModel DstInheritance = DstRD->getMSInheritanceModel(); in EmitNonNullMemberPointerConversion()[all …]
3424 switch (Ty->getMostRecentCXXRecordDecl()->getMSInheritanceModel()) { in CreateType()
1827 MSInheritanceModel getMSInheritanceModel() const;