Searched refs:isBlockPointer (Results 1 – 3 of 3) sorted by relevance
1631 bool isBlockPointer = T->isBlockPointerType(); in computeCopyInfoForBlockCapture() local1632 if (isBlockPointer) in computeCopyInfoForBlockCapture()1647 return std::make_pair(!isBlockPointer ? BlockCaptureEntityKind::ARCStrong in computeCopyInfoForBlockCapture()
1369 static inline bool isBlockPointer(Expr *Arg) { in isBlockPointer() function1439 if (!isBlockPointer(BlockArg)) { in SemaOpenCLBuiltinNDRangeAndBlock()1455 if (!isBlockPointer(BlockArg)) { in SemaOpenCLBuiltinKernelWorkGroupSize()1569 if (!isBlockPointer(Arg3)) { in SemaOpenCLBuiltinEnqueueKernel()1585 if (isBlockPointer(Arg3)) in SemaOpenCLBuiltinEnqueueKernel()1592 if (!isBlockPointer(Arg6)) { in SemaOpenCLBuiltinEnqueueKernel()
3140 bool isBlockPointer = false; in inferARCWriteback() local3166 isBlockPointer = true; in inferARCWriteback()3205 if (!isBlockPointer && !declSpecType->isObjCObjectType()) in inferARCWriteback()