Home | History | Annotate | Download | only in Sema

Lines Matching refs:MemberPointerType

1200     } else if (const MemberPointerType *PTy = dyn_cast<MemberPointerType>(Ty)) {
3911 } else if (isa<MemberPointerType>(Ty)) {
3912 T = cast<MemberPointerType>(Ty)->getPointeeType();
3981 const MemberPointerType *OldMPT = cast<MemberPointerType>(Old);