Home | History | Annotate | Download | only in Sema

Lines Matching refs:isBlockPointerType

4357     else if (Fn && Fn->getType()->isBlockPointerType())
4455 unsigned FnKind = Fn->getType()->isBlockPointerType()
5315 assert(E.get()->getType()->isBlockPointerType());
5333 } else if (type->isBlockPointerType()) {
5892 if ((!PointerTy->isAnyPointerType() && !PointerTy->isBlockPointerType()) ||
5981 if (!LHSTy->isBlockPointerType() || !RHSTy->isBlockPointerType()) {
6327 if (LHSTy->isBlockPointerType() || RHSTy->isBlockPointerType())
7060 if (RHSType->isBlockPointerType()) {
7128 if (RHSType->isBlockPointerType() &&
7318 LHSType->isBlockPointerType()) &&
7573 if ((!LHSNull && !RHSNull) || NonNullType->isBlockPointerType() ||
8628 !(LHSType->isBlockPointerType() && IsRelational) &&
8830 (LHSType->isMemberPointerType() || LHSType->isBlockPointerType())))) {
8840 (RHSType->isMemberPointerType() || RHSType->isBlockPointerType())))) {
8866 if (!IsRelational && LHSType->isBlockPointerType() &&
8867 RHSType->isBlockPointerType()) {
8883 && ((LHSType->isBlockPointerType() && RHSType->isPointerType())
8884 || (LHSType->isPointerType() && RHSType->isBlockPointerType()))) {
8988 && LHSType->isBlockPointerType() && RHSType->isIntegerType()) {
8993 && LHSType->isIntegerType() && RHSType->isBlockPointerType()) {