Home | History | Annotate | Download | only in ARCMigrate

Lines Matching refs:isBlockPointerType

441     else if (ArgType->isBlockPointerType())
448 return ArgType->isBlockPointerType() ? "copy" : "strong";
532 if (RT->isBlockPointerType() || RT->isFunctionPointerType())
1059 T->isBlockPointerType() || T->isFunctionPointerType() ||
1383 if (!AT->isAnyPointerType() && !AT->isBlockPointerType())