Searched refs:isBlockPointer (Results 1 – 3 of 3) sorted by relevance
1716 bool isBlockPointer = T->isBlockPointerType(); in computeCopyInfoForBlockCapture() local1717 if (isBlockPointer) in computeCopyInfoForBlockCapture()1732 return std::make_pair(!isBlockPointer ? BlockCaptureEntityKind::ARCStrong in computeCopyInfoForBlockCapture()
365 static inline bool isBlockPointer(Expr *Arg) { in isBlockPointer() function429 if (!isBlockPointer(BlockArg)) { in SemaOpenCLBuiltinNDRangeAndBlock()445 if (!isBlockPointer(BlockArg)) { in SemaOpenCLBuiltinKernelWorkGroupSize()557 if (!isBlockPointer(Arg3)) { in SemaOpenCLBuiltinEnqueueKernel()573 if (isBlockPointer(Arg3)) in SemaOpenCLBuiltinEnqueueKernel()580 if (!isBlockPointer(Arg6)) { in SemaOpenCLBuiltinEnqueueKernel()
2630 bool isBlockPointer = false; in inferARCWriteback() local2656 isBlockPointer = true; in inferARCWriteback()2695 if (!isBlockPointer && !declSpecType->isObjCObjectType()) in inferARCWriteback()