Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGOpenCLRuntime.cpp130 static const BlockExpr *getBlockExpr(const Expr *E) { in getBlockExpr() function
157 return EnqueuedBlockMap[getBlockExpr(E)].InvokeFunc; in getInvokeFunction()
166 const BlockExpr *Block = getBlockExpr(E); in emitOpenCLEnqueuedBlock()
DCGBlocks.h277 const BlockExpr *getBlockExpr() const { in getBlockExpr() function
DCGBlocks.cpp162 CGM.getContext().getObjCEncodingForBlock(BlockInfo.getBlockExpr()); in getBlockDescriptorName()
243 CGM.getContext().getObjCEncodingForBlock(blockInfo.getBlockExpr()); in buildBlockDescriptor()
1098 blockAddr.getPointer(), ConvertType(blockInfo.getBlockExpr()->getType())); in EmitBlockLiteral()
1389 CGM.getTypes().ConvertType(blockInfo.getBlockExpr()->getType()); in buildGlobalBlock()
1418 SourceLocation StartLoc = BlockInfo->getBlockExpr()->getBody()->getBeginLoc(); in setBlockContextParameter()
1448 CurEHLocation = blockInfo.getBlockExpr()->getEndLoc(); in GenerateBlockFunction()
1489 const FunctionProtoType *fnType = blockInfo.getBlockExpr()->getFunctionType(); in GenerateBlockFunction()
1513 blockInfo.getBlockExpr()->getBody()->getBeginLoc()); in GenerateBlockFunction()
DCGDebugInfo.cpp4451 auto *FnTy = Block.getBlockExpr()->getFunctionType(); in collectDefaultFieldsForBlockLiteralDeclare()
/external/clang/lib/CodeGen/
DCGBlocks.h265 const BlockExpr *getBlockExpr() const { in getBlockExpr() function
DCGBlocks.cpp112 CGM.getContext().getObjCEncodingForBlock(blockInfo.getBlockExpr()); in buildBlockDescriptor()
898 ConvertType(blockInfo.getBlockExpr()->getType())); in EmitBlockLiteral()
1097 CGM.getTypes().ConvertType(blockInfo.getBlockExpr()->getType()); in buildGlobalBlock()
1123 SourceLocation StartLoc = BlockInfo->getBlockExpr()->getBody()->getLocStart(); in setBlockContextParameter()
1148 CurEHLocation = blockInfo.getBlockExpr()->getLocEnd(); in GenerateBlockFunction()
1179 const FunctionProtoType *fnType = blockInfo.getBlockExpr()->getFunctionType(); in GenerateBlockFunction()
1195 blockInfo.getBlockExpr()->getBody()->getLocStart()); in GenerateBlockFunction()
DCGDebugInfo.cpp3380 auto *FnTy = block.getBlockExpr()->getFunctionType(); in EmitDeclareOfBlockLiteralArgVariable()