Searched refs:isBlockPointer (Results 1 – 3 of 3) sorted by relevance
1600 bool isBlockPointer = T->isBlockPointerType(); in computeCopyInfoForBlockCapture() local1601 if (isBlockPointer) in computeCopyInfoForBlockCapture()1616 return std::make_pair(!isBlockPointer ? BlockCaptureEntityKind::ARCStrong in computeCopyInfoForBlockCapture()
1451 static inline bool isBlockPointer(Expr *Arg) { in isBlockPointer() function1521 if (!isBlockPointer(BlockArg)) { in SemaOpenCLBuiltinNDRangeAndBlock()1537 if (!isBlockPointer(BlockArg)) { in SemaOpenCLBuiltinKernelWorkGroupSize()1651 if (!isBlockPointer(Arg3)) { in SemaOpenCLBuiltinEnqueueKernel()1667 if (isBlockPointer(Arg3)) in SemaOpenCLBuiltinEnqueueKernel()1674 if (!isBlockPointer(Arg6)) { in SemaOpenCLBuiltinEnqueueKernel()
3233 bool isBlockPointer = false; in inferARCWriteback() local3259 isBlockPointer = true; in inferARCWriteback()3298 if (!isBlockPointer && !declSpecType->isObjCObjectType()) in inferARCWriteback()