Home | History | Annotate | Download | only in Sema

Lines Matching refs:isMemberPointerType

688   if (T->isMemberPointerType() &&
7574 NonNullType->isMemberPointerType() || NonNullType->isFunctionType())
8371 (LHSType->isMemberPointerType() && RHSType->isMemberPointerType()));
8830 (LHSType->isMemberPointerType() || LHSType->isBlockPointerType())))) {
8832 LHSType->isMemberPointerType()
8840 (RHSType->isMemberPointerType() || RHSType->isBlockPointerType())))) {
8842 RHSType->isMemberPointerType()
8850 LHSType->isMemberPointerType() && RHSType->isMemberPointerType()) {
12257 if (E->getOpcode() == UO_AddrOf && E->getType()->isMemberPointerType())