Searched refs:isBlockPointer (Results 1 – 3 of 3) sorted by relevance
1398 bool isBlockPointer = type->isBlockPointerType(); in GenerateCopyHelperFunction() local1399 if (isBlockPointer) in GenerateCopyHelperFunction()1414 if (!isBlockPointer) in GenerateCopyHelperFunction()
264 static inline bool isBlockPointer(Expr *Arg) { in isBlockPointer() function311 if (!isBlockPointer(BlockArg)) { in SemaOpenCLBuiltinKernelWorkGroupSize()413 if (!isBlockPointer(Arg3)) { in SemaOpenCLBuiltinEnqueueKernel()429 if (isBlockPointer(Arg3)) in SemaOpenCLBuiltinEnqueueKernel()436 if (!isBlockPointer(Arg6)) { in SemaOpenCLBuiltinEnqueueKernel()
2567 bool isBlockPointer = false; in inferARCWriteback() local2593 isBlockPointer = true; in inferARCWriteback()2632 if (!isBlockPointer && !declSpecType->isObjCObjectType()) in inferARCWriteback()