Home
last modified time | relevance | path

Searched refs:getBlockExpr (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenCLRuntime.cpp135 static const BlockExpr *getBlockExpr(const Expr *E) { in getBlockExpr() function
163 return EnqueuedBlockMap[getBlockExpr(E)].InvokeFunc; in getInvokeFunction()
172 const BlockExpr *Block = getBlockExpr(E); in emitOpenCLEnqueuedBlock()
H A DCGBlocks.h311 const BlockExpr *getBlockExpr() const { in getBlockExpr() function
H A DCGBlocks.cpp146 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()
H A DCGDebugInfo.cpp4876 auto *FnTy = Block.getBlockExpr()->getFunctionType(); in collectDefaultFieldsForBlockLiteralDeclare()