Home | History | Annotate | Download | only in AST

Lines Matching refs:MemberPointerType

425   if (const MemberPointerType *MPT = getAs<MemberPointerType>())
578 AutoType *VisitMemberPointerType(const MemberPointerType *T) {
855 } else if (isa<MemberPointerType>(T)) {
2219 const MemberPointerType *MPT = cast<MemberPointerType>(T);
2302 const MemberPointerType *MPT = cast<MemberPointerType>(T);
2400 if (const MemberPointerType *MemPtr = getAs<MemberPointerType>())
2471 CXXRecordDecl *MemberPointerType::getMostRecentCXXRecordDecl() const {