Home | History | Annotate | Download | only in Sema

Lines Matching refs:isMemberPointerType

639       T->isMemberPointerType() ||
4704 if (VD->getType()->isMemberPointerType()) {
4997 (ParamType->isMemberPointerType() &&
5014 if (!ParamType->isMemberPointerType()) {
5100 assert(ParamType->isMemberPointerType() && "Only pointers to members remain");
5198 if (ParamType->isMemberPointerType()) {