Home | History | Annotate | Download | only in ARCMigrate

Lines Matching refs:isBlockPointerType

451     else if (ArgType->isBlockPointerType())
458 return ArgType->isBlockPointerType() ? "copy" : "strong";
542 if (RT->isBlockPointerType() || RT->isFunctionPointerType())
1071 T->isBlockPointerType() || T->isFunctionPointerType() ||
1395 if (!AT->isAnyPointerType() && !AT->isBlockPointerType())