Lines Matching refs:IM
535 MSInheritanceAttr::Spelling IM = RD->getMSInheritanceModel(); in mangleMemberDataPointer() local
544 if (IM == MSInheritanceAttr::Keyword_virtual_inheritance) in mangleMemberDataPointer()
553 switch (IM) { in mangleMemberDataPointer()
567 if (MSInheritanceAttr::hasVBPtrOffsetField(IM)) in mangleMemberDataPointer()
569 if (MSInheritanceAttr::hasVBTableOffsetField(IM)) in mangleMemberDataPointer()
581 MSInheritanceAttr::Spelling IM = RD->getMSInheritanceModel(); in mangleMemberFunctionPointer() local
584 switch (IM) { in mangleMemberFunctionPointer()
616 IM == MSInheritanceAttr::Keyword_virtual_inheritance) in mangleMemberFunctionPointer()
620 if (IM == MSInheritanceAttr::Keyword_single_inheritance) { in mangleMemberFunctionPointer()
624 if (IM == MSInheritanceAttr::Keyword_unspecified_inheritance) in mangleMemberFunctionPointer()
629 if (MSInheritanceAttr::hasNVOffsetField(/*IsMemberFunction=*/true, IM)) in mangleMemberFunctionPointer()
631 if (MSInheritanceAttr::hasVBPtrOffsetField(IM)) in mangleMemberFunctionPointer()
633 if (MSInheritanceAttr::hasVBTableOffsetField(IM)) in mangleMemberFunctionPointer()