Searched refs:getBlockExpr (Results 1 – 4 of 4) sorted by relevance
135 static const BlockExpr *getBlockExpr(const Expr *E) { in getBlockExpr() function163 return EnqueuedBlockMap[getBlockExpr(E)].InvokeFunc; in getInvokeFunction()172 const BlockExpr *Block = getBlockExpr(E); in emitOpenCLEnqueuedBlock()
311 const BlockExpr *getBlockExpr() const { in getBlockExpr() function
146 CGM.getContext().getObjCEncodingForBlock(BlockInfo.getBlockExpr()); in getBlockDescriptorName()228 CGM.getContext().getObjCEncodingForBlock(blockInfo.getBlockExpr()); in buildBlockDescriptor()1101 blockAddr.getPointer(), ConvertType(blockInfo.getBlockExpr()->getType())); in EmitBlockLiteral()1393 CGM.getTypes().ConvertType(blockInfo.getBlockExpr()->getType()); in buildGlobalBlock()1423 SourceLocation StartLoc = BlockInfo->getBlockExpr()->getBody()->getBeginLoc(); in setBlockContextParameter()1450 CurEHLocation = blockInfo.getBlockExpr()->getEndLoc(); in GenerateBlockFunction()1491 const FunctionProtoType *fnType = blockInfo.getBlockExpr()->getFunctionType(); in GenerateBlockFunction()1515 blockInfo.getBlockExpr()->getBody()->getBeginLoc()); in GenerateBlockFunction()
4876 auto *FnTy = Block.getBlockExpr()->getFunctionType(); in collectDefaultFieldsForBlockLiteralDeclare()