Home | History | Annotate | Download | only in Sema

Lines Matching refs:isNullPtrType

6778     if (LHSType->isNullPtrType() && RHSType->isNullPtrType())
6784 ((LHSType->isAnyPointerType() || LHSType->isNullPtrType()) ||
6794 ((RHSType->isAnyPointerType() || RHSType->isNullPtrType()) ||