Home | History | Annotate | Download | only in Sema

Lines Matching refs:isBlockPointerType

422       !Element->getType()->isBlockPointerType()) {
1659 if (typeArgs && Args[i]->isRValue() && paramType->isBlockPointerType() &&
1660 Args[i]->getType()->isBlockPointerType() &&
2631 if (receiverIsIdLike || ReceiverType->isBlockPointerType() ||
3495 srcKind = (castExprType->isBlockPointerType() ? 2 : 3);
3513 << unsigned(castType->isBlockPointerType()) // to ObjC|block type
3553 << unsigned(castExprType->isBlockPointerType()) // of ObjC|block type
4198 CK = (T->isBlockPointerType() ? CK_AnyPointerToBlockPointerCast
4209 << (T->isBlockPointerType()? 1 : 0)
4250 << (FromType->isBlockPointerType()? 1 : 0)