Searched refs:getBlockExpr (Results 1 – 4 of 4) sorted by relevance
130 static const BlockExpr *getBlockExpr(const Expr *E) { in getBlockExpr() function157 return EnqueuedBlockMap[getBlockExpr(E)].InvokeFunc; in getInvokeFunction()166 const BlockExpr *Block = getBlockExpr(E); in emitOpenCLEnqueuedBlock()
277 const BlockExpr *getBlockExpr() const { in getBlockExpr() function
162 CGM.getContext().getObjCEncodingForBlock(BlockInfo.getBlockExpr()); in getBlockDescriptorName()243 CGM.getContext().getObjCEncodingForBlock(blockInfo.getBlockExpr()); in buildBlockDescriptor()1098 blockAddr.getPointer(), ConvertType(blockInfo.getBlockExpr()->getType())); in EmitBlockLiteral()1392 CGM.getTypes().ConvertType(blockInfo.getBlockExpr()->getType()); in buildGlobalBlock()1421 SourceLocation StartLoc = BlockInfo->getBlockExpr()->getBody()->getBeginLoc(); in setBlockContextParameter()1451 CurEHLocation = blockInfo.getBlockExpr()->getEndLoc(); in GenerateBlockFunction()1492 const FunctionProtoType *fnType = blockInfo.getBlockExpr()->getFunctionType(); in GenerateBlockFunction()1516 blockInfo.getBlockExpr()->getBody()->getBeginLoc()); in GenerateBlockFunction()
4559 auto *FnTy = Block.getBlockExpr()->getFunctionType(); in collectDefaultFieldsForBlockLiteralDeclare()