Searched refs:getBlockExpr (Results 1 – 4 of 4) sorted by relevance
113 static const BlockExpr *getBlockExpr(const Expr *E) { in getBlockExpr() function140 return EnqueuedBlockMap[getBlockExpr(E)].InvokeFunc; in getInvokeFunction()149 const BlockExpr *Block = getBlockExpr(E); in emitOpenCLEnqueuedBlock()
306 const BlockExpr *getBlockExpr() const { in getBlockExpr() function
128 CGM.getContext().getObjCEncodingForBlock(BlockInfo.getBlockExpr()); in getBlockDescriptorName()212 CGM.getContext().getObjCEncodingForBlock(blockInfo.getBlockExpr()); in buildBlockDescriptor()1086 blockAddr.getPointer(), ConvertType(blockInfo.getBlockExpr()->getType())); in EmitBlockLiteral()1373 CGM.getTypes().ConvertType(blockInfo.getBlockExpr()->getType()); in buildGlobalBlock()1403 SourceLocation StartLoc = BlockInfo->getBlockExpr()->getBody()->getBeginLoc(); in setBlockContextParameter()1431 CurEHLocation = blockInfo.getBlockExpr()->getEndLoc(); in GenerateBlockFunction()1472 const FunctionProtoType *fnType = blockInfo.getBlockExpr()->getFunctionType(); in GenerateBlockFunction()1496 blockInfo.getBlockExpr()->getBody()->getBeginLoc()); in GenerateBlockFunction()
5200 auto *FnTy = Block.getBlockExpr()->getFunctionType(); in collectDefaultFieldsForBlockLiteralDeclare()