Home | History | Annotate | Download | only in Sema

Lines Matching refs:isMemberPointerType

6936       NonNullType->isMemberPointerType() || NonNullType->isFunctionType())
7615 (LHSType->isMemberPointerType() && RHSType->isMemberPointerType()));
8073 (LHSType->isMemberPointerType() || LHSType->isBlockPointerType())))) {
8075 LHSType->isMemberPointerType()
8083 (RHSType->isMemberPointerType() || RHSType->isBlockPointerType())))) {
8085 RHSType->isMemberPointerType()
8093 LHSType->isMemberPointerType() && RHSType->isMemberPointerType()) {
11240 if (E->getOpcode() == UO_AddrOf && E->getType()->isMemberPointerType())