Home | History | Annotate | Download | only in Sema

Lines Matching refs:isObjCRetainableType

1950     if (!declSpecType->isObjCRetainableType()) return;
3276 if (declSpecTy->isObjCRetainableType() &&
3363 if (declSpecTy->isObjCRetainableType())
4029 if (pointee->isObjCRetainableType() || pointee->isPointerType())
4035 } else if (!type->isObjCRetainableType()) {