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()
728 MSInheritanceModel IM = RD->getMSInheritanceModel(); in mangleMemberDataPointer() 779 MSInheritanceModel IM = RD->getMSInheritanceModel(); in mangleMemberFunctionPointer() 813 MSInheritanceModel IM = RD->getMSInheritanceModel(); in mangleMemberFunctionPointer() 930 if (RD->getMSInheritanceModel() != MSInheritanceModel::Single) in mangleVirtualMemPtrThunk()
2785 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in isZeroInitializable() 2793 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in isZeroInitializable() 2818 MSInheritanceModel Inheritance = RD->getMSInheritanceModel();2855 MSInheritanceModel Inheritance = RD->getMSInheritanceModel();2891 if (RD->getMSInheritanceModel() == in EmitMemberDataPointer() 2997 RD->getMSInheritanceModel() == in EmitMemberFunctionPointer() 3033 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitMemberPointerComparison() 3232 MSInheritanceModel Inheritance = RD->getMSInheritanceModel(); in EmitMemberDataPointerAddress() 3334 MSInheritanceModel SrcInheritance = SrcRD->getMSInheritanceModel(); in EmitNonNullMemberPointerConversion() 3335 MSInheritanceModel DstInheritance = DstRD->getMSInheritanceModel(); in EmitNonNullMemberPointerConversion() [all...]
3462 switch (Ty->getMostRecentCXXRecordDecl()->getMSInheritanceModel()) { in CreateType()
1835 MSInheritanceModel getMSInheritanceModel() const;