Searched refs:isBlockPointer (Results 1 – 3 of 3) sorted by relevance
1635 bool isBlockPointer = T->isBlockPointerType(); in computeCopyInfoForBlockCapture() local1636 if (isBlockPointer) in computeCopyInfoForBlockCapture()1651 return std::make_pair(!isBlockPointer ? BlockCaptureEntityKind::ARCStrong in computeCopyInfoForBlockCapture()
1328 static inline bool isBlockPointer(Expr *Arg) { in isBlockPointer() function1398 if (!isBlockPointer(BlockArg)) { in SemaOpenCLBuiltinNDRangeAndBlock()1414 if (!isBlockPointer(BlockArg)) { in SemaOpenCLBuiltinKernelWorkGroupSize()1528 if (!isBlockPointer(Arg3)) { in SemaOpenCLBuiltinEnqueueKernel()1544 if (isBlockPointer(Arg3)) in SemaOpenCLBuiltinEnqueueKernel()1551 if (!isBlockPointer(Arg6)) { in SemaOpenCLBuiltinEnqueueKernel()
3073 bool isBlockPointer = false; in inferARCWriteback() local3099 isBlockPointer = true; in inferARCWriteback()3138 if (!isBlockPointer && !declSpecType->isObjCObjectType()) in inferARCWriteback()