Searched refs:isBlockPointer (Results 1 – 3 of 3) sorted by relevance
1632 bool isBlockPointer = T->isBlockPointerType(); in computeCopyInfoForBlockCapture() local1633 if (isBlockPointer) in computeCopyInfoForBlockCapture()1648 return std::make_pair(!isBlockPointer ? BlockCaptureEntityKind::ARCStrong in computeCopyInfoForBlockCapture()
801 static inline bool isBlockPointer(Expr *Arg) { in isBlockPointer() function865 if (!isBlockPointer(BlockArg)) { in SemaOpenCLBuiltinNDRangeAndBlock()881 if (!isBlockPointer(BlockArg)) { in SemaOpenCLBuiltinKernelWorkGroupSize()995 if (!isBlockPointer(Arg3)) { in SemaOpenCLBuiltinEnqueueKernel()1011 if (isBlockPointer(Arg3)) in SemaOpenCLBuiltinEnqueueKernel()1018 if (!isBlockPointer(Arg6)) { in SemaOpenCLBuiltinEnqueueKernel()
2980 bool isBlockPointer = false; in inferARCWriteback() local3006 isBlockPointer = true; in inferARCWriteback()3045 if (!isBlockPointer && !declSpecType->isObjCObjectType()) in inferARCWriteback()